HL7 Europe Patient Summary
1.0.0-ci-build - ci-build 150

HL7 Europe Patient Summary, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/eps/ and changes regularly. 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/DeviceUseStatement/90641744-8919-4b70-8ef7-d181b1fce3cb> a fhir:DeviceUseStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "90641744-8919-4b70-8ef7-d181b1fce3cb"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.eu/fhir/eps/StructureDefinition/deviceUseStatement-eu-eps" ;
       fhir:index 0 ;
       fhir:link <http://hl7.eu/fhir/eps/StructureDefinition/deviceUseStatement-eu-eps>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<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>"
  ] ;
  fhir:DeviceUseStatement.status [ fhir:value "active"] ;
  fhir:DeviceUseStatement.subject [
     fhir:Reference.reference [ fhir:value "urn:uuid:f51071b2-6c06-4d31-85ed-26a6b964ef98" ] ;
     fhir:Reference.display [ fhir:value "Petra Schwartz" ]
  ] ;
  fhir:DeviceUseStatement.timingPeriod [
     fhir:Period.start [ fhir:value "2021-06-21"^^xsd:date ]
  ] ;
  fhir:DeviceUseStatement.device [
     fhir:Reference.reference [ fhir:value "urn:uuid:b3c78022-b120-40c2-84e0-afe0e2d07c18" ] ;
     fhir:Reference.display [ fhir:value "Home nebulizer (physical object)" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/DeviceUseStatement/90641744-8919-4b70-8ef7-d181b1fce3cb.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DeviceUseStatement/90641744-8919-4b70-8ef7-d181b1fce3cb.ttl> .