FHIR IG analytics| Package | fhir.ph.ereferral |
| Resource Type | Observation |
| Id | Observation-ExampleERefObservationChiefComplaint.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ExampleERefObservationChiefComplaint
Profile: EReferral Observation
status: Final
category: Survey
code: Chief Complaint
subject: Juan Miguel Dela Cruz Male, DoB: 1965-07-20 ( urn:oid:2.16.840.1.113883.2.9.4.3.2#PH-123456789)
effective: 2025-03-15 09:00:00+0800
performer: Practitioner Dr. Maria Cruz Santos(official)
value: Chest pain for 2 hours, radiating to left arm
note:
Patient reports sudden onset of crushing chest pain while at rest
{
"resourceType": "Observation",
"id": "ExampleERefObservationChiefComplaint",
"meta": {
"profile": [
"https://fhir.doh.gov.ph/pheref/StructureDefinition/ereferral-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "survey",
"display": "Survey"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "10154-3",
"display": "Chief complaint"
}
],
"text": "Chief Complaint"
},
"subject": {
"reference": "Patient/ExampleERefPatient"
},
"effectiveDateTime": "2025-03-15T09:00:00+08:00",
"performer": [
{
"reference": "Practitioner/ExampleERefPractitioner"
}
],
"valueString": "Chest pain for 2 hours, radiating to left arm",
"note": [
{
"text": "Patient reports sudden onset of crushing chest pain while at rest"
}
]
}