{
  "resourceType" : "Endpoint",
  "id" : "AcmeEHRServerEndpoint",
  "meta" : {
    "lastUpdated" : "2024-06-01T00:00:00Z",
    "profile" : ["http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Endpoint"]
  },
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint AcmeEHRServerEndpoint</b></p><a name=\"AcmeEHRServerEndpoint\"> </a><a name=\"hcAcmeEHRServerEndpoint\"> </a><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\">Last updated: 2024-06-01 00:00:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ndh-Endpoint.html\">NDH Endpoint Profile</a></p></div><blockquote><p><b>NDH Implementation Guide Supported</b></p><ul><li>ig-uri: <a href=\"http://hl7.org/fhir/us/core/STU6.1/ImplementationGuide-hl7.fhir.us.core.html\">US Core Implementation Guide</a> version: 6.1.0</li><li>ig-name: US Core Implementation Guide</li><li>ig-version: 6.1.0 - STU6</li></ul></blockquote><blockquote><p><b>NDH Endpoint Testing Certification</b></p><ul><li>testBy: <a href=\"https://www.drummondgroup.example.org/HL7/FHIR/USCore/CertificationResults-AcmeEHRServer\">https://www.drummondgroup.example.org/HL7/FHIR/USCore/CertificationResults-AcmeEHRServer</a></li><li>when: 2024-06-01 00:00:00+0000</li><li>testName: US Core v6.1.0 - STU6 Testing Certification</li><li>method: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/NdhEndpointTestingMethodCS self-test}\">Self Test</span></li><li>expirationDate: 2025-06-01</li><li>lastUpdated: 2024-06-01 00:00:00+0000</li></ul></blockquote><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-hl7-fhir-rest\">Endpoint Connection Type: hl7-fhir-rest</a> (HL7 FHIR)</p><p><b>name</b>: Acme EHR Server Endpoint</p><p><b>managingOrganization</b>: <a href=\"http://example.org/fhir/Organization/AcmeHealth\">http://example.org/fhir/Organization/AcmeHealth</a></p><p><b>payloadType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/data-absent-reason not-applicable}\">Not Applicable</span></p><p><b>payloadMimeType</b>: application/fhir+json, application/fhir+xml</p><p><b>address</b>: <a href=\"https://acme-ehr-server.example.com/fhir\">https://acme-ehr-server.example.com/fhir</a></p></div>"
  },
  "extension" : [{
    "extension" : [{
      "url" : "ig-uri",
      "valueCanonical" : "http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core|6.1.0"
    },
    {
      "url" : "ig-name",
      "valueString" : "US Core Implementation Guide"
    },
    {
      "url" : "ig-version",
      "valueString" : "6.1.0 - STU6"
    }],
    "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-implementation-guide"
  },
  {
    "extension" : [{
      "url" : "testBy",
      "valueReference" : {
        "reference" : "https://www.drummondgroup.example.org/HL7/FHIR/USCore/CertificationResults-AcmeEHRServer"
      }
    },
    {
      "url" : "when",
      "valueDateTime" : "2024-06-01T00:00:00Z"
    },
    {
      "url" : "testName",
      "valueString" : "US Core v6.1.0 - STU6 Testing Certification"
    },
    {
      "url" : "method",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "http://hl7.org/fhir/us/ndh/CodeSystem/NdhEndpointTestingMethodCS",
          "code" : "self-test"
        }]
      }
    },
    {
      "url" : "expirationDate",
      "valueDate" : "2025-06-01"
    },
    {
      "url" : "lastUpdated",
      "valueDateTime" : "2024-06-01T00:00:00Z"
    }],
    "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-endpoint-testing-certification"
  }],
  "status" : "active",
  "connectionType" : {
    "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code" : "hl7-fhir-rest"
  },
  "name" : "Acme EHR Server Endpoint",
  "managingOrganization" : {
    "reference" : "http://example.org/fhir/Organization/AcmeHealth"
  },
  "payloadType" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
      "version" : "1.0.0",
      "code" : "not-applicable"
    }]
  }],
  "payloadMimeType" : ["application/fhir+json",
  "application/fhir+xml"],
  "address" : "https://acme-ehr-server.example.com/fhir"
}