eHealthExchange Healthcare Directory Implementation Guide
0.0.7 - CI Build United States of America flag

eHealthExchange Healthcare Directory Implementation Guide - Local Development build (v0.0.7). See the Directory of published versions

: ParticipantEndpointExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Endpoint",
  "id" : "eHX-orgEndpoint",
  "meta" : {
    "versionId" : "12",
    "lastUpdated" : "2023-03-06T22:13:39.712+00:00",
    "source" : "#aGu8sEDcE0j7Nvdo",
    "profile" : [
      "https://sequoiaproject.org/fhir/ehx/StructureDefinition/eHxEndpoint"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Endpoint</b><a name=\"eHX-orgEndpoint\"> </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;eHX-orgEndpoint&quot; Version &quot;12&quot; Updated &quot;2023-03-06 22:13:39+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #aGu8sEDcE0j7Nvdo!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-eHxEndpoint.html\">eHx Endpoint</a></p></div><p><b>Transaction</b>: XCPD ITI-55 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"file:///tmp/tmp-1xChNdPV6uZXi/output/CodeSystem-TransactionCodes.html\">Transaction Codes</a>#XCPD ITI-55)</span></p><p><b>Version</b>: 2.0</p><p><b>Purposes Of Use</b>: Treatment <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-nhin-purposeofuse.html\">NHIN PurposeOfUse</a>#TREATMENT)</span></p><p><b>Roles</b>: Medical doctor <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#112247003)</span></p><p><b>identifier</b>: Home Community ID: urn:oid:5.5.5.5\u00a0(use:\u00a0OFFICIAL)</p><p><b>status</b>: active</p><p><b>connectionType</b>: ihe-xcpd (Details: http://terminology.hl7.org/CodeSystem/endpoint-connection-type code ihe-xcpd = 'ihe-xcpd', stated as 'null')</p><p><b>name</b>: eHx Endpoint Example</p><p><b>managingOrganization</b>: <a href=\"Organization-participant-example.html\">Organization/participant-example: Participant Hospital</a> &quot;Participant 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.0.0/CodeSystem-v3-NullFlavor.html\">NullFlavor</a>#NI)</span></p><p><b>payloadMimeType</b>: application/xml</p><p><b>address</b>: <a href=\"https://carequality.test.com/xcpd/v1/xcpd\">https://carequality.test.com/xcpd/v1/xcpd</a></p></div>"
  },
  "extension" : [
    {
      "url" : "https://sequoiaproject.org/fhir/sphd/StructureDefinition/Transaction",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/TransactionCodes",
            "code" : "XCPD ITI-55"
          }
        ]
      }
    },
    {
      "url" : "https://sequoiaproject.org/fhir/sphd/StructureDefinition/Version",
      "valueString" : "2.0"
    },
    {
      "url" : "https://sequoiaproject.org/fhir/sphd/StructureDefinition/PurposesOfUse",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://healthit.gov/nhin/purposeofuse",
            "code" : "TREATMENT"
          }
        ]
      }
    },
    {
      "url" : "https://sequoiaproject.org/fhir/sphd/StructureDefinition/Roles",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "112247003",
            "display" : "Medical doctor"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaIdentifierCodes",
            "code" : "HCID"
          }
        ]
      },
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:5.5.5.5"
    }
  ],
  "status" : "active",
  "connectionType" : {
    "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code" : "ihe-xcpd"
  },
  "name" : "eHx Endpoint Example",
  "managingOrganization" : {
    "reference" : "Organization/participant-example",
    "display" : "Participant Hospital"
  },
  "payloadType" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
          "code" : "NI"
        }
      ]
    }
  ],
  "payloadMimeType" : [
    "application/xml"
  ],
  "address" : "https://carequality.test.com/xcpd/v1/xcpd"
}