FHIR IG analytics| Package | nictiz.fhir.nl.r4.nl-core |
| Resource Type | Observation |
| Id | nl-core-LaboratoryTestResult-LaboratoryTest-06.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Bepalingdatum/tijd | 12:00:02, 2 januari 2022 | |
|---|---|---|
| Specimen | monster | |
| Code | Waarde | Referentiewaarden |
| Hematocriet | 45 % | 39 % - 51 % |
{
"resourceType": "Observation",
"id": "nl-core-LaboratoryTestResult-LaboratoryTest-06",
"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": "20570-8",
"display": "Hematocriet"
}
]
},
"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:02+01:00",
"valueQuantity": {
"value": 45,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"specimen": {
"reference": "Specimen/nl-core-LaboratoryTestResult.Specimen-04",
"type": "Specimen",
"display": "monster"
},
"referenceRange": [
{
"low": {
"value": 39,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"high": {
"value": 51,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
}
}
]
}