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

: FHIR Endpoint Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Endpoint",
  "id" : "fhir-endpoint",
  "meta" : {
    "profile" : [
      🔗 "https://sequoiaproject.org/fhir/sphd/StructureDefinition/SequoiaEndpoint"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<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\u00a0(use:\u00a0official), Assigning Authority ID/urn:oid:1.2.840.114350.1.13.435.2.7.3.688884.100\u00a0(use:\u00a0official)</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>"
  },
  "extension" : [
    {
      "url" : "https://sequoiaproject.org/fhir/sphd/StructureDefinition/Transaction",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/TransactionCodes",
            "code" : "FHIR REST"
          }
        ]
      }
    },
    {
      "url" : "https://sequoiaproject.org/fhir/sphd/StructureDefinition/Version",
      "valueString" : "4.0.1"
    },
    {
      "url" : "https://sequoiaproject.org/fhir/sphd/StructureDefinition/FHIRIGConformance",
      "extension" : [
        {
          "url" : "igPackage",
          "valueId" : "hl7.fhir.us.core"
        },
        {
          "url" : "igVersion",
          "valueString" : "6.1.0"
        },
        {
          "url" : "capStmt",
          "valueUri" : "http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server"
        }
      ]
    }
  ],
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaIdentifierCodes",
            "code" : "HCID"
          }
        ]
      },
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.2.840.114350.1.13.435.2.7.3.688884.100"
    },
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaIdentifierCodes",
            "code" : "AAID"
          }
        ]
      },
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.2.840.114350.1.13.435.2.7.3.688884.100"
    }
  ],
  "status" : "active",
  "connectionType" : {
    "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code" : "hl7-fhir-rest"
  },
  "name" : "patient query",
  "managingOrganization" : {
    🔗 "reference" : "Organization/5.5.5.5"
  },
  "payloadType" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
          "code" : "NI"
        }
      ]
    }
  ],
  "address" : "https://example.org/fhir"
}