Sequoia Project Healthcare Directory Implementation Guide
1.0.8 - Release 1 United States of America flag

: FHIR Endpoint Example - XML Representation

Raw xml | Download



<Endpoint xmlns="http://hl7.org/fhir">
  <id value="fhir-endpoint"/>
  <meta>
    <profile
             value="https://sequoiaproject.org/fhir/sphd/StructureDefinition/SequoiaEndpoint"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Endpoint</b><a name="fhir-endpoint"> </a><a name="hcfhir-endpoint"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Endpoint &quot;fhir-endpoint&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-SequoiaEndpoint.html">Sequoia Endpoint</a></p></div><p><b>Transaction</b>: FHIR REST <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-TransactionCodes.html">Transaction Codes</a>#FHIR REST)</span></p><p><b>Version</b>: 4.0.1</p><blockquote><p><b>FHIR IG Conformance</b></p><blockquote><p><b>url</b></p><code>igPackage</code></blockquote><p><b>value</b>: hl7.fhir.us.core</p><blockquote><p><b>url</b></p><code>igVersion</code></blockquote><p><b>value</b>: 6.1.0</p><blockquote><p><b>url</b></p><code>capStmt</code></blockquote><p><b>value</b>: <a href="http://hl7.org/fhir/us/core/STU4/CapabilityStatement-us-core-server.html">US Core Server CapabilityStatement</a></p></blockquote><p><b>identifier</b>: Home Community ID/urn:oid:1.2.840.114350.1.13.435.2.7.3.688884.100 (use: official), Assigning Authority ID/urn:oid:1.2.840.114350.1.13.435.2.7.3.688884.100 (use: official)</p><p><b>status</b>: active</p><p><b>connectionType</b>: HL7 FHIR (Details: http://terminology.hl7.org/CodeSystem/endpoint-connection-type code hl7-fhir-rest = 'HL7 FHIR', stated as 'null')</p><p><b>name</b>: patient query</p><p><b>managingOrganization</b>: <a href="Organization-5.5.5.5.html">Organization/5.5.5.5</a> &quot;Eric Hospital&quot;</p><p><b>payloadType</b>: NoInformation <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-NullFlavor.html">NullFlavor</a>#NI)</span></p><p><b>address</b>: <a href="https://example.org/fhir">https://example.org/fhir</a></p></div>
  </text>
  <extension
             url="https://sequoiaproject.org/fhir/sphd/StructureDefinition/Transaction">
    <valueCodeableConcept>
      <coding>
        <system
                value="https://sequoiaproject.org/fhir/sphd/CodeSystem/TransactionCodes"/>
        <code value="FHIR REST"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="https://sequoiaproject.org/fhir/sphd/StructureDefinition/Version">
    <valueString value="4.0.1"/>
  </extension>
  <extension
             url="https://sequoiaproject.org/fhir/sphd/StructureDefinition/FHIRIGConformance">
    <extension url="igPackage">
      <valueId value="hl7.fhir.us.core"/>
    </extension>
    <extension url="igVersion">
      <valueString value="6.1.0"/>
    </extension>
    <extension url="capStmt">
      <valueUri
                value="http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server"/>
    </extension>
  </extension>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system
                value="https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaIdentifierCodes"/>
        <code value="HCID"/>
      </coding>
    </type>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:1.2.840.114350.1.13.435.2.7.3.688884.100"/>
  </identifier>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system
                value="https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaIdentifierCodes"/>
        <code value="AAID"/>
      </coding>
    </type>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:1.2.840.114350.1.13.435.2.7.3.688884.100"/>
  </identifier>
  <status value="active"/>
  <connectionType>
    <system
            value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type"/>
    <code value="hl7-fhir-rest"/>
  </connectionType>
  <name value="patient query"/>
  <managingOrganization>🔗 
    <reference value="Organization/5.5.5.5"/>
  </managingOrganization>
  <payloadType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/>
      <code value="NI"/>
    </coding>
  </payloadType>
  <address value="https://example.org/fhir"/>
</Endpoint>