FHIR IG analytics| Package | fhir.ph.ereferral |
| Resource Type | Observation |
| Id | Observation-ExampleERefObservationWeight.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ExampleERefObservationWeight
Profile: EReferral Observation
status: Final
category: Vital Signs
code: Body weight
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:15:00+0800
performer: Practitioner Dr. Maria Cruz Santos(official)
value: 65 kg (Details: UCUM codekg = 'kg')
{
"resourceType": "Observation",
"id": "ExampleERefObservationWeight",
"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": "vital-signs",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "29463-7",
"display": "Body weight"
}
]
},
"subject": {
"reference": "Patient/ExampleERefPatient"
},
"effectiveDateTime": "2025-03-15T09:15:00+08:00",
"performer": [
{
"reference": "Practitioner/ExampleERefPractitioner"
}
],
"valueQuantity": {
"value": 65,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}