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

FHIR IG analytics

Packageexample.fhir.ph.roadsafety
Resource TypeProcedure
IdProcedure-rs-example-procedure-transport.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

Coordination call placed to DOH Central ER confirming bed availability.

Source1

{
  "resourceType": "Procedure",
  "id": "rs-example-procedure-transport",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-procedure-transport-coordination"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://www.roadsafetyph.doh.gov.ph/CodeSystem",
        "version": "1",
        "code": "COORDINATIONDONE",
        "display": "Was Transport Coordinated with Receiving Hospital?"
      }
    ]
  },
  "subject": {
    "reference": "Patient/rs-example-patient"
  },
  "encounter": {
    "reference": "Encounter/rs-example-encounter"
  },
  "performedDateTime": "2025-10-31T16:05:00+08:00",
  "note": [
    {
      "text": "EMS team leader confirmed transfer acceptance at DOH Central ER prior to transport."
    }
  ]
}