Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build
Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "zib-laboratorytestresult-observation-01",
"meta" : {
"profile" : [
🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-Observation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table>\n <caption>Observatie/bepaling. Subject: <a href=\"Patient/nl-core-patient-01\">Johan\n XXX_Helleman</a>. Categorie: <span title=\"Laboratory test finding (finding) (49581000146104 - SNOMED CT)\">Laboratory test finding (finding)</span>, <span title=\"Chemistry (275711006 - SNOMED CT)\">Chemistry</span>, Status:\n definitief</caption>\n <tbody>\n <tr>\n <th>Bepalingdatum/tijd</th>\n <td colspan=\"3\">2012-05-23T12:00:00+02:00</td>\n </tr>\n <tr>\n <th>Code</th>\n <th>Waarde</th>\n <th>Interpretatie</th>\n <th>Referentiewaarden</th>\n </tr>\n <tr>\n <td>\n <span title=\"Chloride [Moles/volume] in Blood (2069-3 - LOINC)\">Chloride\n [Moles/volume] in Blood</span>\n </td>\n <td>109 mmol/l</td>\n <td>\n <span title=\"Above reference range (281302008 - SNOMED CT)\">Above\n reference range</span>\n </td>\n <td>\n <div>99 mmol/l - 108 mmol/l</div>\n </td>\n </tr>\n </tbody>\n </table>\n </div>"
},
"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" : "Chemistry"
}
]
}
],
"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://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"
}
}
]
}