FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.ndh
Resource TypeEndpoint
IdEndpoint-AcmeEHRServerEndpoint.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Endpoint AcmeEHRServerEndpoint

Last updated: 2024-06-01 00:00:00+0000

Profile: NDH Endpoint Profile

NDH Implementation Guide Supported

status: Active

connectionType: Endpoint Connection Type: hl7-fhir-rest (HL7 FHIR)

name: Acme EHR Server Endpoint

managingOrganization: http://example.org/fhir/Organization/AcmeHealth

contact: https://example.com/fhir/app-config.html

payloadType: Not Applicable

payloadMimeType: application/fhir+json, application/fhir+xml

address: https://acme-ehr-server.example.com/fhir


Source1

{
  "resourceType": "Endpoint",
  "id": "AcmeEHRServerEndpoint",
  "meta": {
    "lastUpdated": "2024-06-01T00:00:00Z",
    "profile": [
      "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Endpoint"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ],
  "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"
  },
  "contact": [
    {
      "system": "url",
      "value": "https://example.com/fhir/app-config.html"
    }
  ],
  "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"
}