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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "zib-bloodpressure-01"] ; #
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\">\n <table>\n <caption>Observatie/bepaling. Subject: <a href=\"Patient/nl-core-patient-01\">Johan\n XXX_Helleman</a>. Categorie: <span title=\"Vital Signs (vital-signs - observation-category)\">Vital Signs</span>,\n Status: definitief<div>Uitvoerende: <a href=\"Practitioner/nl-core-practitioner-02\">Vaste Huisarts 1</a>\n </div>\n </caption>\n <tbody>\n <tr>\n <th>Bepalingdatum/tijd</th>\n <td>2013-02-01T08:53:00+01:00</td>\n </tr>\n <tr>\n <th>Methode</th>\n <td>\n <span title=\"Non-invasive (22762002 - SNOMED CT)\">Non-invasive</span>\n </td>\n </tr>\n <tr>\n <th>Deel van lichaam</th>\n <td>\n <span title=\"Left upper arm structure (368208006 - SNOMED CT)\">Left\n upper arm structure</span>\n </td>\n </tr>\n <tr>\n <th>Code</th>\n <th>Waarde</th>\n </tr>\n <tr>\n <td>\n <span title=\"Blood pressure panel with all children optional (85354-9 - LOINC)\">Blood pressure panel with all children optional</span>\n </td>\n <td/>\n </tr>\n <tr>\n <td>\n <span title=\"Systolic blood pressure (8480-6 - LOINC)\">Systolic blood\n pressure</span>\n </td>\n <td>108 mmHg</td>\n </tr>\n <tr>\n <td>\n <span title=\"Diastolic blood pressure (8462-4 - LOINC)\">Diastolic blood\n pressure</span>\n </td>\n <td>108 mmHg</td>\n </tr>\n <tr>\n <td>\n <span title=\"Blood pressure device Cuff size (8358-4 - LOINC)\">Blood\n pressure device Cuff size</span>\n </td>\n <td>\n <span title=\"Groot (L - 2.16.840.1.113883.2.4.3.11.60.40.4.15.1)\">Groot</span>\n </td>\n </tr>\n <tr>\n <td>\n <span title=\"Body position with respect to gravity (8361-8 - LOINC)\">Body position with respect to gravity</span>\n </td>\n <td>\n <span title=\"Sitting position (33586001 - SNOMED CT)\">Sitting\n position</span>\n </td>\n </tr>\n </tbody>\n </table>\n </div>"
] ; #
fhir:status [ fhir:v "final"] ; #
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:subject [
fhir:reference [ fhir:v "Patient/nl-core-patient-01" ] ;
fhir:display [ fhir:v "Johan XXX_Helleman" ]
] ; #
fhir:effective [ fhir:v "2013-02-01T08:53:00+01:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/nl-core-practitioner-02" ] ;
fhir:display [ fhir:v "Vaste Huisarts 1" ]
] ) ; #
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: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: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:value [
a fhir:Quantity ;
fhir:value [ fhir:v "108"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mmHg" ] ;
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:value [
a fhir:Quantity ;
fhir:value [ fhir:v "108"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mmHg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm[Hg]" ] ]
] [
fhir:code [
( fhir:coding [
a loinc:8358-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8358-4" ] ;
fhir:display [ fhir:v "Blood pressure device Cuff size" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.15.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "L" ] ;
fhir:display [ fhir:v "Groot" ] ] ) ]
] [
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: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" ] ] ) ]
] ) . #
IG © 2023+ HL7 Netherlands. Package zibs2017#1.3.15 based on FHIR 3.0.2. Generated 2024-04-09
Links: Table of Contents |
QA Report