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.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

Post-crash psychosocial counselling provided to rs-example-patient.

Source1

{
  "resourceType": "Procedure",
  "id": "rs-example-procedure",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-procedure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "710818009",
        "display": "Patient education (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/rs-example-patient"
  },
  "encounter": {
    "reference": "Encounter/rs-example-encounter"
  },
  "performedDateTime": "2025-11-01T09:30:00+08:00",
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/rs-practitioner-teamlead"
      }
    }
  ],
  "note": [
    {
      "text": "Discussed post-crash support resources with patient and family."
    }
  ]
}