FHIR IG analytics| Package | hl7.fhir.us.ph-library.r4 |
| Resource Type | Endpoint |
| Id | Endpoint-us-ph-endpoint-pha.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Endpoint us-ph-endpoint-pha
Profile: US Public Health Endpoint
identifier: http://example.org/fhir-endpoint-identifier/pha-endpoint-id
status: Active
connectionType: Endpoint Connection Type hl7-fhir-rest: HL7 FHIR
name: PHAReceiver
managingOrganization: Organization Health Authority West
contact: endpointmanager@example.org
period: 2020-11-20 --> (ongoing)
payloadType: Bundle
payloadMimeType: application/fhir+xml, application/fhir+json
address: http://example.org/pha-fhir
{
"resourceType": "Endpoint",
"id": "us-ph-endpoint-pha",
"meta": {
"profile": [
"http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-endpoint"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/fhir-endpoint-identifier",
"value": "pha-endpoint-id"
}
],
"status": "active",
"connectionType": {
"system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
"code": "hl7-fhir-rest"
},
"name": "PHAReceiver",
"managingOrganization": {
"reference": "Organization/us-ph-organization-health-authority-west"
},
"contact": [
{
"system": "email",
"value": "endpointmanager@example.org",
"use": "work"
}
],
"period": {
"start": "2020-11-20"
},
"payloadType": [
{
"coding": [
{
"system": "http://hl7.org/fhir/resource-types",
"code": "Bundle"
}
]
}
],
"payloadMimeType": [
"application/fhir+xml",
"application/fhir+json"
],
"address": "http://example.org/pha-fhir"
}