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

FHIR IG analytics

Packageke.fhir.emergency
Resource TypeObservation
IdObservation-em-ed-physical-exam-respiratory-example.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 em-ed-physical-exam-respiratory-example

Emergency No Findings On Exam: false

status: Final

category: Exam

code: Respiratory

subject: Amina Atieno Female, DoB: 1992-05-16 ( http://hie.go.ke/fhir/identifier/patient-official-id#33445566)

encounter: Encounter: extension = Government insurance,Ambulance,Non-ambulatory,Acute,false,,; identifier = http://hie.go.ke/fhir/identifier/hospital-registration-number#KNH-ED-2026-004417; status = finished; class = emergency (ActCode#EMER); priority = Orange - Very urgent; period = 2026-06-29 12:40:00+0300 --> 2026-06-29 14:10:00+0300

effective: 2026-06-29 12:52:00+0300

performer: Practitioner Sarah Njoroge

value: Reduced breath sounds and hyper-resonance, right hemithorax

bodySite: Respiratory


Source1

{
  "resourceType": "Observation",
  "id": "em-ed-physical-exam-respiratory-example",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-physical-exam-observation"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-no-findings-on-exam",
      "valueBoolean": false
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://fhir.dha.go.ke/ig/emergency/CodeSystem/em-exam-system",
        "code": "respiratory",
        "display": "Respiratory"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat-0712345678"
  },
  "encounter": {
    "reference": "Encounter/em-ed-encounter-example"
  },
  "effectiveDateTime": "2026-06-29T12:52:00+03:00",
  "performer": [
    {
      "reference": "Practitioner/em-practitioner-example"
    }
  ],
  "valueCodeableConcept": {
    "text": "Reduced breath sounds and hyper-resonance, right hemithorax"
  },
  "bodySite": {
    "coding": [
      {
        "system": "https://fhir.dha.go.ke/ig/emergency/CodeSystem/em-exam-system",
        "code": "respiratory",
        "display": "Respiratory"
      }
    ]
  }
}