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 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:DeviceUseStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "zib-infusion-01"] ; #
fhir:meta [
( fhir:profile [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-Infusion"^^xsd:anyURI ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table>\n <caption>Beschrijving apparaatgebruik. Subject: <a href=\"Patient/nl-core-patient-03\">I. Jongeneel-de Haas</a>. Status: actief</caption>\n <tbody>\n <tr>\n <th>Apparaat/Systeem</th>\n <td>\n <a href=\"Device/zib-infusion-product-01\">Centraal veneuze katheter</a>\n </td>\n </tr>\n <tr>\n <th>Deel van lichaam</th>\n <td>\n <span title=\"Structure of left subclavian vein (body structure) (734747003 - SNOMED CT)\">Structure of left subclavian vein (body structure)</span>\n </td>\n </tr>\n <tr>\n <th>Lumen of lijn</th>\n <td>\n <div>Lijnstatus: <span title=\"Lopend (LNP - 2.16.840.1.113883.2.4.3.11.60.40.4.12.1)\">Lopend</span>\n </div>\n <div>Lumenlocatie: <span title=\"Proximal (40415009 - SNOMED CT)\">Proximal</span>\n </div>\n <div>Toedieningssysteem: <a href=\"MedicationAdministration/infusionfluid-tpv-example\">TPV 1\n liter per 24 uur</a>\n </div>\n </td>\n </tr>\n <tr>\n <th>Lumen of lijn</th>\n <td>\n <div>Lijnstatus: <span title=\"Afgedopt (DOP - 2.16.840.1.113883.2.4.3.11.60.40.4.12.1)\">Afgedopt</span>\n </div>\n <div>Lumenlocatie: <span title=\"Medial (255561001 - SNOMED CT)\">Medial</span>\n </div>\n <div>Slotvloeistof: <a href=\"MedicationAdministration/lockfluid-nacl-example\">Lockfluid\n NaCl 0.9 %</a>\n </div>\n </td>\n </tr>\n <tr>\n <th>Lumen of lijn</th>\n <td>\n <div>Lijnstatus: <span title=\"Lopend (LNP - 2.16.840.1.113883.2.4.3.11.60.40.4.12.1)\">Lopend</span>\n </div>\n <div>Lumenlocatie: <span title=\"Distal (46053002 - SNOMED CT)\">Distal</span>\n </div>\n <div>Toedieningssysteem: <a href=\"MedicationAdministration/infusionfluid-nacl-example\">NaCl\n 0.9 % 500 ml per 24 uur</a>\n </div>\n </td>\n </tr>\n <tr>\n <th>Gebruiksperiode</th>\n <td>Vanaf 2014-11-30</td>\n </tr>\n </tbody>\n </table>\n </div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-Infusion-LumenOrLine"^^xsd:anyURI ] ;
( fhir:extension [
fhir:url [ fhir:v "LineStatus"^^xsd:anyURI ] ;
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.12.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LNP" ] ;
fhir:display [ fhir:v "Lopend" ] ] ) ] ] [
fhir:url [ fhir:v "LumenLocation"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:40415009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "40415009" ] ;
fhir:display [ fhir:v "Proximal" ] ] ) ] ] [
fhir:url [ fhir:v "AdministeringSystem"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "MedicationAdministration/infusionfluid-tpv-example" ] ;
fhir:display [ fhir:v "TPV 1 liter per 24 uur" ] ] ] )
] [
fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-Infusion-LumenOrLine"^^xsd:anyURI ] ;
( fhir:extension [
fhir:url [ fhir:v "LineStatus"^^xsd:anyURI ] ;
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.12.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DOP" ] ;
fhir:display [ fhir:v "Afgedopt" ] ] ) ] ] [
fhir:url [ fhir:v "LumenLocation"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:255561001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "255561001" ] ;
fhir:display [ fhir:v "Medial" ] ] ) ] ] [
fhir:url [ fhir:v "LockFluid"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "MedicationAdministration/lockfluid-nacl-example" ] ;
fhir:display [ fhir:v "Lockfluid NaCl 0.9 %" ] ] ] )
] [
fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-Infusion-LumenOrLine"^^xsd:anyURI ] ;
( fhir:extension [
fhir:url [ fhir:v "LineStatus"^^xsd:anyURI ] ;
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.12.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LNP" ] ;
fhir:display [ fhir:v "Lopend" ] ] ) ] ] [
fhir:url [ fhir:v "LumenLocation"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:46053002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "46053002" ] ;
fhir:display [ fhir:v "Distal" ] ] ) ] ] [
fhir:url [ fhir:v "AdministeringSystem"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "MedicationAdministration/infusionfluid-nacl-example" ] ;
fhir:display [ fhir:v "NaCl 0.9 % 500 ml per 24 uur" ] ] ] )
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/nl-core-patient-03" ] ;
fhir:display [ fhir:v "I. Jongeneel-de Haas" ]
] ; #
fhir:whenUsed [
fhir:start [ fhir:v "2014-11-30"^^xsd:date ]
] ; #
fhir:device [
fhir:reference [ fhir:v "Device/zib-infusion-product-01" ] ;
fhir:display [ fhir:v "Centraal veneuze katheter" ]
] ; #
fhir:bodySite [
( fhir:coding [
a sct:734747003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "734747003" ] ;
fhir:display [ fhir:v "Structure of left subclavian vein (body structure)" ] ] )
] . #
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