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

status: Final

code: Run Report Form Remarks

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:56:00+0800

note:

No complications during transport; continue monitoring vitals.


Source1

{
  "resourceType": "Observation",
  "id": "rs-example-observation-clinical-remarks",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-observation-clinical-remarks"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://www.roadsafetyph.doh.gov.ph/CodeSystem",
        "version": "1",
        "code": "RRFREMARKS",
        "display": "Run Report Form Remarks"
      }
    ]
  },
  "subject": {
    "reference": "Patient/rs-example-patient"
  },
  "encounter": {
    "reference": "Encounter/rs-example-encounter"
  },
  "effectiveDateTime": "2025-10-31T16:56:00+08:00",
  "note": [
    {
      "text": "No complications during transport; continue monitoring vitals."
    }
  ]
}