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

status: Final

code: Traumatic or non-traumatic injury (disorder)

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

value: Soft tissue swelling on ankle

bodySite: Ankle structure


Source1

{
  "resourceType": "Observation",
  "id": "rs-example-observation-other-injury",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-observation-other-injury"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/900000000000207008/version/20241001",
        "code": "417163006",
        "display": "Traumatic or non-traumatic injury (disorder)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/rs-example-patient"
  },
  "encounter": {
    "reference": "Encounter/rs-example-encounter"
  },
  "effectiveDateTime": "2025-10-31T17:48:00+08:00",
  "valueCodeableConcept": {
    "text": "Soft tissue swelling on ankle"
  },
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/900000000000207008/version/20241001",
        "code": "70258002",
        "display": "Ankle structure"
      }
    ]
  }
}