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

FHIR IG analytics

Packagehl7.fhir.us.ph-library
Resource TypeEndpoint
IdEndpoint-us-ph-endpoint-pha.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

Resource Endpoint "us-ph-endpoint-pha"

Profile: US Public Health Endpoint

identifier: id: pha-endpoint-id

status: active

connectionType: HL7 FHIR (Details: http://terminology.hl7.org/CodeSystem/endpoint-connection-type code hl7-fhir-rest = 'HL7 FHIR', stated as 'null')

name: PHAReceiver

managingOrganization: Organization/us-ph-organization-health-authority-west "Health Authority West"

contact: endpointmanager@example.pha.org

period: 2020-11-20 --> (ongoing)

payloadType: Bundle (ResourceType#Bundle)

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

address: http://example.pha.org/fhir


Source1

{
  "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.pha.org/enpoint-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.pha.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.pha.org/fhir"
}