FHIR IG analytics| Package | hl7.fhir.eu.base |
| Resource Type | Observation |
| Id | Observation-763f7902-8103-4d10-8bd1-546a726d43ee.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation 763f7902-8103-4d10-8bd1-546a726d43ee
status: Final
category: Laboratory
code: Urea (U) [Moles/Vol]
subject: John Doe Male, DoB: 1980-01-01
effective: 2023-03-27 11:24:26+0100
performer: Jan Laborant
value: 310 mmol/L (Details: UCUM codemmol/L = 'mmol/L')
interpretation: Significantly low
method: Spectrophotometric technique
specimen: Urine specimen
| Low | High | Type |
| 67 mmol/L | 580 mmol/L | Normal Range |
{
"resourceType": "Observation",
"id": "763f7902-8103-4d10-8bd1-546a726d43ee",
"meta": {
"profile": [
"http://hl7.eu/fhir/base/StructureDefinition/medicalTestResult-eu-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "22700-9",
"display": "Urea [Moles/volume] in Urine"
}
],
"text": "Urea (U) [Moles/Vol]"
},
"subject": {
"reference": "Patient/patient-eu-core-example"
},
"effectiveDateTime": "2023-03-27T11:24:26+01:00",
"performer": [
{
"display": "Jan Laborant"
}
],
"valueQuantity": {
"value": 310,
"unit": "mmol/L",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "LU",
"display": "Significantly low"
}
]
}
],
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "70621000052105",
"display": "Spectrophotometric technique"
}
]
},
"specimen": {
"display": "Urine specimen"
},
"referenceRange": [
{
"low": {
"value": 67,
"unit": "mmol/L"
},
"high": {
"value": 580,
"unit": "mmol/L"
},
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
"code": "normal",
"display": "Normal Range"
}
]
}
}
]
}