FHIR IG analytics| Package | nictiz.fhir.nl.r4.nl-core |
| Resource Type | Observation |
| Id | nl-core-LaboratoryTestResult-LaboratoryTest-05.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Bepalingdatum/tijd | 12:00:00, 2 januari 2022 | ||
|---|---|---|---|
| Specimen | monster | ||
| Code | Waarde | Interpretatie | Referentiewaarden |
| Hemoglobine | 11.5 mmol/l | Onder referentiebereik | 12.0 mmol/l - 16.0 mmol/l |
{
"resourceType": "Observation",
"id": "nl-core-LaboratoryTestResult-LaboratoryTest-05",
"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": "718-7",
"display": "Hemoglobine"
}
]
},
"subject": {
"reference": "Patient/nl-core-Patient-01",
"type": "Patient",
"display": "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"
},
"effectiveDateTime": "2022-01-02T12:00:00+01:00",
"valueQuantity": {
"value": 11.5,
"unit": "mmol/l",
"system": "http://unitsofmeasure.org",
"code": "mmol/l"
},
"interpretation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "281300000",
"display": "Onder referentiebereik"
}
]
}
],
"specimen": {
"reference": "Specimen/nl-core-LaboratoryTestResult.Specimen-04",
"type": "Specimen",
"display": "monster"
},
"referenceRange": [
{
"low": {
"value": 12,
"unit": "mmol/l",
"system": "http://unitsofmeasure.org",
"code": "mmol/l"
},
"high": {
"value": 16,
"unit": "mmol/l",
"system": "http://unitsofmeasure.org",
"code": "mmol/l"
}
}
]
}