RIVO-Noord Zorgviewer Implementation Guide
1.18.0 - CI build
RIVO-Noord Zorgviewer Implementation Guide - Local Development build (v1.18.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "2a35354e-9624-454c-a083-edabf7930c5a",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/Observation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation 2a35354e-9624-454c-a083-edabf7930c5a</b></p><a name=\"2a35354e-9624-454c-a083-edabf7930c5a\"> </a><a name=\"hc2a35354e-9624-454c-a083-edabf7930c5a\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/STU3/observation.html\">Observation</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/observation-category vital-signs}\">vital-signs</span></p><p><b>code</b>: <span title=\"Codes:{https://referentiemodel.nhg.org/tabellen/nhg-tabel-45-diagnostische-bepalingen 3963}\">hartfrequentie (thuismeting)</span></p><p><b>subject</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.eafspraak@1.0.6&canonical=https://simplifier.net/packages/nictiz.fhir.nl.stu3.eafspraak/1.0.6/Patient/6F872FD1-BC0A-4A4C-A48E-D2B7C17142BE\">Patient/6F872FD1-BC0A-4A4C-A48E-D2B7C17142BE</a></p><p><b>effective</b>: 2024-03-21 15:31:00+0000</p><p><b>issued</b>: 2024-03-21 15:31:00+0000</p><p><b>performer</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.eafspraak@1.0.6&canonical=https://simplifier.net/packages/nictiz.fhir.nl.stu3.eafspraak/1.0.6/Practitioner/b80608b1-851d-47e4-a0ef-c52b30e5aa2d\">Practitioner/b80608b1-851d-47e4-a0ef-c52b30e5aa2d</a></p><p><b>value</b>: 80 aantal/min</p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>60.0 aantal/min<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeaantal/min = 'aantal/min')</span></td><td>100.0 aantal/min<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeaantal/min = 'aantal/min')</span></td></tr></table></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/observation-category",
"code" : "vital-signs",
"display" : "vital-signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "https://referentiemodel.nhg.org/tabellen/nhg-tabel-45-diagnostische-bepalingen",
"code" : "3963",
"display" : "hartfrequentie (thuismeting)"
}
]
},
"subject" : {
"reference" : "Patient/6F872FD1-BC0A-4A4C-A48E-D2B7C17142BE",
"identifier" : {
"value" : "6F872FD1-BC0A-4A4C-A48E-D2B7C17142BE"
}
},
"effectiveDateTime" : "2024-03-21T15:31:00+00:00",
"issued" : "2024-03-21T15:31:00.000+00:00",
"performer" : [
{
"reference" : "Practitioner/b80608b1-851d-47e4-a0ef-c52b30e5aa2d",
"identifier" : {
"value" : "b80608b1-851d-47e4-a0ef-c52b30e5aa2d"
}
}
],
"valueString" : "80 aantal/min",
"referenceRange" : [
{
"low" : {
"value" : 60.0,
"unit" : "aantal/min",
"system" : "http://unitsofmeasure.org",
"code" : "aantal/min"
},
"high" : {
"value" : 100.0,
"unit" : "aantal/min",
"system" : "http://unitsofmeasure.org",
"code" : "aantal/min"
}
}
]
}