HL7 Europe Patient Summary - Downloaded Version 1.0.0-ballot See the Directory of published versions
: Device Use Statement Example: Home nebulizer - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:DeviceUseStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "9ee7b991-3240-42e3-9bcf-a1de0507754f"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/eps/StructureDefinition/deviceUseStatement-eu-eps"^^xsd:anyURI ;
fhir:l <http://hl7.eu/fhir/eps/StructureDefinition/deviceUseStatement-eu-eps> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"hl7__ips\"><tr><td>Home nebulizer (physical object)</td><td><span class=\"nb\">2021-06-21</span></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:subject [
fhir:l fhir:Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3 ;
fhir:reference [ fhir:v "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3" ] ;
fhir:display [ fhir:v "Petra Schwartz" ]
] ; #
fhir:timing [
a fhir:Period ;
fhir:start [ fhir:v "2021-06-21"^^xsd:date ]
] ; #
fhir:device [
fhir:l fhir:Device/0b89dcab-1d0c-44fa-a958-3131452d8cca ;
fhir:reference [ fhir:v "Device/0b89dcab-1d0c-44fa-a958-3131452d8cca" ] ;
fhir:display [ fhir:v "Home nebulizer (physical object)" ]
] . #