FHIR IG analytics| Package | nictiz.fhir.nl.r4.nl-core |
| Resource Type | Observation |
| Id | nl-core-LaboratoryTestResult-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Bepalingdatum/tijd | 13:15:00, 12 juni 2021 | |
|---|---|---|
| Specimen | monster | |
| Code | Waarde | Referentiewaarden |
| Sodium [Moles/volume] in Blood | 138 mmol/l | 136 mmol/l - 146 mmol/l |
{
"resourceType": "Observation",
"id": "nl-core-LaboratoryTestResult-01",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-LaboratoryTestResult"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "275711006",
"display": "Serumtest"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2947-0",
"display": "Sodium [Moles/volume] in Blood"
}
]
},
"subject": {
"reference": "Patient/nl-core-Patient-01",
"type": "Patient",
"display": "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"
},
"effectiveDateTime": "2021-06-12T13:15:00+02:00",
"valueQuantity": {
"value": 138,
"unit": "mmol/l",
"system": "http://unitsofmeasure.org",
"code": "mmol/l"
},
"specimen": {
"reference": "Specimen/nl-core-LaboratoryTestResult.Specimen-01",
"type": "Specimen",
"display": "monster"
},
"referenceRange": [
{
"low": {
"value": 136,
"unit": "mmol/l",
"system": "http://unitsofmeasure.org",
"code": "mmol/l"
},
"high": {
"value": 146,
"unit": "mmol/l",
"system": "http://unitsofmeasure.org",
"code": "mmol/l"
}
}
]
}