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

FHIR IG analytics

Packagezm-core
Resource TypeHealthcareService
IdHealthcareService-ExampleZMCoreHealthcareService.json
FHIR VersionR5

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: HealthcareService ExampleZMCoreHealthcareService

identifier: http://hapi.moh.gov.zm/fhir/sid/healthcare-service-id/HF001-DHIS2

active: true

providedBy: Organization Chilenje First Level Hospital

type: Routine health information reporting

location: Location University Teaching Hospital

name: DHIS2 Reporting Service

Contacts

-Telecom
*dhis2.reporting@example.org

Source1

{
  "resourceType": "HealthcareService",
  "id": "ExampleZMCoreHealthcareService",
  "meta": {
    "profile": [
      "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-healthcare-service"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hapi.moh.gov.zm/fhir/sid/healthcare-service-id",
      "value": "HF001-DHIS2"
    }
  ],
  "active": true,
  "providedBy": {
    "reference": "Organization/ExampleZMCoreOrganization"
  },
  "type": [
    {
      "text": "Routine health information reporting"
    }
  ],
  "location": [
    {
      "reference": "Location/ExampleZMCoreLocation"
    }
  ],
  "name": "DHIS2 Reporting Service",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "dhis2.reporting@example.org"
        }
      ]
    }
  ]
}