eHealthExchange Healthcare Directory Implementation Guide
1.2.0 - Release 1

: ParticipantEndpointExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Endpoint",
  "id" : "eHX-orgEndpoint",
  "meta" : {
    "profile" : [
      🔗 "https://sequoiaproject.org/fhir/ehx/StructureDefinition/eHxEndpoint"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint eHX-orgEndpoint</b></p><a name=\"eHX-orgEndpoint\"> </a><a name=\"hceHX-orgEndpoint\"> </a><a name=\"eHX-orgEndpoint-en-US\"> </a><p><b>Transaction</b>: <span title=\"Codes:{https://sequoiaproject.org/fhir/sphd/CodeSystem/TransactionCodes XCPD ITI-55}\">XCPD ITI-55</span></p><p><b>Version</b>: 2.0</p><p><b>Purposes Of Use</b>: <span title=\"Codes:{http://healthit.gov/nhin/purposeofuse TREATMENT}\">Treatment</span></p><p><b>Roles</b>: <span title=\"Codes:{http://snomed.info/sct 112247003}\">Medical doctor</span></p><p><b>identifier</b>: Home Community ID/urn:oid:5.5.5.5\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-ihe-xcpd\">Endpoint Connection Type ihe-xcpd</a>: IHE XCPD</p><p><b>name</b>: eHx Endpoint Example</p><p><b>managingOrganization</b>: <a href=\"Organization-participant-example.html\">Participant Hospital</a></p><p><b>payloadType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-NullFlavor NI}\">NoInformation</span></p><p><b>payloadMimeType</b>: application/xml</p><p><b>address</b>: <a href=\"https://carequality.example.org/fhir\">https://carequality.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" : "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.example.org/fhir"
}