FHIR IG analytics| Package | nictiz.fhir.nl.stu3.zib2017 |
| Resource Type | Observation |
| Id | zib-LaboratoryTestResult-Observation-01.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Bepalingdatum/tijd | 12:00:00, 23 mei 2012 | ||
|---|---|---|---|
| Specimen | Blood (substance) | ||
| Code | Waarde | Interpretatie | Referentiewaarden |
| Chloride [Moles/volume] in Blood | 109 mmol/l | Hoog | 99 mmol/l - 108 mmol/l |
{
"resourceType": "Observation",
"id": "zib-laboratorytestresult-observation-01",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-Observation"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
"value": "1b2d4dbd-8fdf-11ec-8670-020000000000"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "49581000146104",
"display": "Laboratory test finding (finding)"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "275711006",
"display": "Serum chemistry test"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2069-3",
"display": "Chloride [Moles/volume] in Blood"
}
]
},
"subject": {
"reference": "Patient/nl-core-patient-01",
"display": "Johan XXX_Helleman"
},
"effectiveDateTime": "2012-05-23T12:00:00+02:00",
"valueQuantity": {
"value": 109,
"unit": "mmol/l",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
},
"interpretation": {
"coding": [
{
"system": "http://hl7.org/fhir/v2/0078",
"code": "H",
"display": "Hoog"
},
{
"system": "http://snomed.info/sct",
"code": "281302008",
"display": "Above reference range"
}
]
},
"specimen": {
"reference": "Specimen/zib-laboratorytestresult-specimen-01",
"display": "Blood (substance)"
},
"referenceRange": [
{
"low": {
"value": 99,
"unit": "mmol/l",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
},
"high": {
"value": 108,
"unit": "mmol/l",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
}
}
]
}