RIVO-Noord Zorgviewer Implementation Guide, published by RIVO-NN HL7NL. This guide is not an authorized publication; it is the continuous build for version 1.18.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/RIVO-Noord/zorgviewer-ig/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "8130f2fc-1fc9-4304-875e-2e5630625cee"] ; #
fhir:meta [
( fhir:profile [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-BloodPressure"^^xsd:anyURI ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Observation resource for blood pressure:</h3><ul><li><p><strong>Patient:</strong> 'Johan XXX_Helleman_Afblijven'</p></li><li><p><strong>Systolic blood pressure:</strong> '108 mm[Hg]'</p></li><li><p><strong>Diastolic blood pressure:</strong> '56 mm[Hg]'</p></li><li><p><strong>Average blood pressure:</strong> '73 mm[Hg]'</p></li><li><p><strong>Effective:</strong> '7-2-2013 08:53+0100'</p></li><li><p><strong>Body site:</strong> 'Left upper arm structure'</p></li><li><p><strong>Method:</strong> 'Non-invasive'</p></li><li><p><strong>Position:</strong> 'Sitting position'</p></li><li><p><strong>Status:</strong> 'Registered'</p></li><li><p><strong>Code:</strong> '85354-9'</p></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "registered"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vital-signs" ] ;
fhir:display [ fhir:v "Vital Signs" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:85354-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "85354-9" ] ;
fhir:display [ fhir:v "Blood pressure panel with all children optional" ] ] ) ;
fhir:text [ fhir:v "Blood pressure panel with all children optional" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1" ] ;
fhir:display [ fhir:v "Johan XXX_Helleman_Afblijven" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2013-02-07T08:53:00+01:00"^^xsd:dateTime
] ; #
fhir:bodySite [
( fhir:coding [
a sct:368208006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "368208006" ] ;
fhir:display [ fhir:v "Left upper arm structure" ] ] ) ;
fhir:text [ fhir:v "Linker bovenarm" ]
] ; #
fhir:method [
( fhir:coding [
a sct:22762002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "22762002" ] ;
fhir:display [ fhir:v "Non-invasive" ] ] ) ;
fhir:text [ fhir:v "Niet-invasief" ]
] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a loinc:8480-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8480-6" ] ;
fhir:display [ fhir:v "Systolic blood pressure" ] ] ) ;
fhir:text [ fhir:v "Systolic blood pressure" ] ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "108"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mm[Hg]" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm[Hg]" ] ]
] [
fhir:code [
( fhir:coding [
a loinc:8462-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8462-4" ] ;
fhir:display [ fhir:v "Diastolic blood pressure" ] ] ) ;
fhir:text [ fhir:v "Diastolic blood pressure" ] ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "56"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mm[Hg]" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm[Hg]" ] ]
] [
fhir:code [
( fhir:coding [
a sct:6797001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "6797001" ] ;
fhir:display [ fhir:v "Mean blood pressure" ] ] ) ;
fhir:text [ fhir:v "Mean blood pressure" ] ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "73"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mm[Hg]" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm[Hg]" ] ]
] [
fhir:code [
( fhir:coding [
a loinc:8478-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8478-0" ] ;
fhir:display [ fhir:v "Mean blood pressure" ] ] ) ;
fhir:text [ fhir:v "Mean blood pressure" ] ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "73"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mm[Hg]" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm[Hg]" ] ]
] [
fhir:code [
( fhir:coding [
a sct:424724000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "424724000" ] ;
fhir:display [ fhir:v "Body position for blood pressure measurement" ] ] ) ;
fhir:text [ fhir:v "Body position for blood pressure measurement" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:33586001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "33586001" ] ;
fhir:display [ fhir:v "Sitting position" ] ] ) ;
fhir:text [ fhir:v "Zittende positie" ] ]
] [
fhir:code [
( fhir:coding [
a loinc:8361-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8361-8" ] ;
fhir:display [ fhir:v "Body position with respect to gravity" ] ] ) ;
fhir:text [ fhir:v "Body position with respect to gravity" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:33586001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "33586001" ] ;
fhir:display [ fhir:v "Sitting position" ] ] ) ;
fhir:text [ fhir:v "Zittende positie" ] ]
] ) . #
IG © 2023+ RIVO-NN HL7NL. Package hl7.fhir.nl.zorgviewer#1.18.0 based on FHIR 3.0.2. Generated 2025-08-18
Links: Table of Contents |
QA Report