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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeHealthcareService
IdHealthcareService-NgHealthcareService-001.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: HealthcareService NgHealthcareService-001

active: true

providedBy: Organization Asokoro District Hospital

category: Maternal health

type: Antenatal care

location: Location Asokoro OPD

name: Asokoro District Hospital ANC Clinic

telecom: +234-800-123-4567

appointmentRequired: true

availableTime

daysOfWeek: Monday, Wednesday

availableStartTime: 08:00:00

availableEndTime: 16:00:00


Source1

{
  "resourceType": "HealthcareService",
  "id": "NgHealthcareService-001",
  "meta": {
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-healthcare-service"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "providedBy": {
    "reference": "Organization/00134455-e5f6-4789-a123-456789abcdef"
  },
  "category": [
    {
      "text": "Maternal health"
    }
  ],
  "type": [
    {
      "text": "Antenatal care"
    }
  ],
  "location": [
    {
      "reference": "Location/NgLocation-001"
    }
  ],
  "name": "Asokoro District Hospital ANC Clinic",
  "telecom": [
    {
      "system": "phone",
      "value": "+234-800-123-4567"
    }
  ],
  "appointmentRequired": true,
  "availableTime": [
    {
      "daysOfWeek": [
        "mon",
        "wed"
      ],
      "availableStartTime": "08:00:00",
      "availableEndTime": "16:00:00"
    }
  ]
}