Sequoia Project Healthcare Directory Implementation Guide
1.9.0 - Release 1

: FHIR IG Conformance - JSON Representation

Active as of 2025-12-22

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "sp-fhir-ig",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter sp-fhir-ig</b></p><a name=\"sp-fhir-ig\"> </a><a name=\"hcsp-fhir-ig\"> </a><h2>AuthorityDelegation</h2><p>Parameter <code>fhir-ig</code>:<code>uri</code></p><div><p>The canonical URL of an IG that this Organization supports as stored in the FHIRIGConformance extension of the endpoint referenced in Organization.endpoint</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/organization.html\">Organization</a></td></tr><tr><td>Expression</td><td><code>Organization.endpoint.resolve().ofType(Endpoint).extension.where(url='https://sequoiaproject.org/fhir/sphd/StructureDefinition/FHIRIGConformance').extension.where(url='igCanonicalUrl').value.ofType(canonical)</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  },
  "url" : "https://sequoiaproject.org/fhir/sphd/SearchParameter/sp-fhir-ig",
  "version" : "1.9.0",
  "name" : "AuthorityDelegation",
  "status" : "active",
  "date" : "2025-12-22T09:51:20-05:00",
  "publisher" : "The Sequoia Project",
  "contact" : [
    {
      "name" : "The Sequoia Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://sequoiaproject.org/"
        }
      ]
    }
  ],
  "description" : "The canonical URL of an IG that this Organization supports as stored in the FHIRIGConformance extension of the endpoint referenced in Organization.endpoint",
  "code" : "fhir-ig",
  "base" : [
    "Organization"
  ],
  "type" : "uri",
  "expression" : "Organization.endpoint.resolve().ofType(Endpoint).extension.where(url='https://sequoiaproject.org/fhir/sphd/StructureDefinition/FHIRIGConformance').extension.where(url='igCanonicalUrl').value.ofType(canonical)"
}