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
: Example Device - zib-infusion-product-02 - TTL Representation
Raw ttl | Download
@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:Device ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "zib-infusion-product-02"] ; #
fhir:meta [
( fhir:profile [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-Infusion-Product"^^xsd:anyURI ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table>\n <caption>Apparaat/Systeem</caption>\n <tbody>\n <tr>\n <th>Type</th>\n <td>\n <span title=\"Catheter, device (physical object) (19923001 - SNOMED CT)\">Catheter, device (physical object)</span>\n </td>\n </tr>\n </tbody>\n </table>\n </div>"
] ; #
fhir:type [
( fhir:coding [
a sct:19923001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "19923001" ] ;
fhir:display [ fhir:v "Catheter, device (physical object)" ] ] )
] . #