FHIR IG analytics| Package | nictiz.fhir.nl.r4.nl-core |
| Resource Type | Observation |
| Id | nl-core-LaboratoryTestResult-02.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Bepalingdatum/tijd | 08:08:00, 23 mei 2012 | ||
|---|---|---|---|
| Specimen | monster | ||
| Code | Waarde | Interpretatie | Referentiewaarden |
| Chloride | 109 mmol/l | Boven referentiebereik | 99 mmol/l - 108 mmol/l |
{
"resourceType": "Observation",
"id": "nl-core-LaboratoryTestResult-02",
"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": "2069-3",
"display": "Chloride"
}
]
},
"subject": {
"reference": "Patient/nl-core-Patient-01",
"type": "Patient",
"display": "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"
},
"effectiveDateTime": "2012-05-23T08:08:00+02:00",
"valueQuantity": {
"value": 109,
"unit": "mmol/l",
"system": "http://unitsofmeasure.org",
"code": "mmol/l"
},
"interpretation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "281302008",
"display": "Boven referentiebereik"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "H",
"display": "High"
}
]
}
],
"specimen": {
"reference": "Specimen/nl-core-LaboratoryTestResult.Specimen-02",
"type": "Specimen",
"display": "monster"
},
"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"
}
}
]
}