FHIR IG analytics| Package | fhir.ph.core |
| Resource Type | Observation |
| Id | Observation-observation-sodium-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Observation",
"id": "observation-sodium-example",
"meta": {
"profile": [
"https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2951-2",
"display": "Sodium [Moles/volume] in Serum or Plasma"
}
]
},
"subject": {
"reference": "Patient/patient-single-example"
},
"effectiveDateTime": "2024-01-15T08:00:00Z",
"performer": [
{
"reference": "Organization/organization-single-example"
}
],
"valueQuantity": {
"value": 140,
"unit": "mmol/L",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
]
}
],
"referenceRange": [
{
"low": {
"value": 135,
"unit": "mmol/L",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
},
"high": {
"value": 145,
"unit": "mmol/L",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
}
}
]
}