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

FHIR IG analytics

Packageexample.fhir.ph.roadsafety
Resource TypeHealthcareService
IdHealthcareService-rs-example-healthcare-service.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

Emergency medical response service provided by Department of Health - Central Office.

Source1

{
  "resourceType": "HealthcareService",
  "id": "rs-example-healthcare-service",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-healthcare-service"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "providedBy": {
    "reference": "Organization/rs-organization-single-ex"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-type",
          "code": "1150",
          "display": "Emergency response service"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/rs-example-service-location-basic"
    }
  ],
  "name": "DOH Emergency Medical Response"
}