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

FHIR IG analytics

Packageexample.fhir.ph.roadsafety
Resource TypeObservation
IdObservation-rs-example-observation-runreport-comments.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: Observation rs-example-observation-runreport-comments

status: Final

code: Case notification comment

subject: Thomas Niccolo Filamor Reyes (official) Male, DoB: 1990-01-01

encounter: Encounter: extension = ,; identifier = http://doh.incident.system/#INC-2025-0007,http://doh.hospitalno.system/#HCN-2025-0459; status = finished; class = ER (LOINC#LA10268-3); period = 2025-10-31 13:45:00+0800 --> 2025-10-31 16:30:00+0800

effective: 2025-10-31 16:36:00+0800

value: Patient stabilized en route; coordination with receiving ER completed.


Source1

{
  "resourceType": "Observation",
  "id": "rs-example-observation-runreport-comments",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-observation-runreport-comments"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "77999-1",
        "display": "Case notification comment"
      }
    ]
  },
  "subject": {
    "reference": "Patient/rs-example-patient"
  },
  "encounter": {
    "reference": "Encounter/rs-example-encounter"
  },
  "effectiveDateTime": "2025-10-31T16:36:00+08:00",
  "valueString": "Patient stabilized en route; coordination with receiving ER completed."
}