FHIR IG analytics| Package | hl7.fhir.us.ndh |
| Resource Type | Endpoint |
| Id | Endpoint-AcmeEHRServerEndpoint.json |
| FHIR Version | R4 |
No resources found
No resources found
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
- ig-uri: US Core Implementation Guide version: 6.1.0
- ig-name: US Core Implementation Guide
- ig-version: 6.1.0 - STU6
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
{
"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"
}