MyHealth@Eu Patient Summary
1.0.0-poc - qa-preview 150

This page is part of the MyHealth@Eu Patient Summary (v1.0.0-poc: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: DeviceUseStatement: Home nebulizer (EPS) - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/DeviceUseStatement/9ee7b991-3240-42e3-9bcf-a1de0507754f> a fhir:DeviceUseStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "9ee7b991-3240-42e3-9bcf-a1de0507754f"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.ehdsi.eu/eps/StructureDefinition/deviceUseStatement-eps-myhealtheu" ;
       fhir:index 0 ;
       fhir:link <http://fhir.ehdsi.eu/eps/StructureDefinition/deviceUseStatement-eps-myhealtheu>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Home nebulizer in use since 2021-06-21</p></div>"
  ] ;
  fhir:DeviceUseStatement.status [ fhir:value "active"] ;
  fhir:DeviceUseStatement.subject [
     fhir:link <http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> ;
     fhir:Reference.reference [ fhir:value "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3" ]
  ] ;
  fhir:DeviceUseStatement.timingPeriod [
     fhir:Period.start [ fhir:value "2010-04-25"^^xsd:date ]
  ] ;
  fhir:DeviceUseStatement.device [
     fhir:link <http://hl7.org/fhir/Device/0b89dcab-1d0c-44fa-a958-3131452d8cca> ;
     fhir:Reference.reference [ fhir:value "Device/0b89dcab-1d0c-44fa-a958-3131452d8cca" ]
  ] ;
  fhir:DeviceUseStatement.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:414545008 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "414545008" ] ;
       fhir:Coding.display [ fhir:value "Ischemic heart disease" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> a fhir:Patient .

<http://hl7.org/fhir/Device/0b89dcab-1d0c-44fa-a958-3131452d8cca> a fhir:Device .

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

<http://hl7.org/fhir/DeviceUseStatement/9ee7b991-3240-42e3-9bcf-a1de0507754f.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DeviceUseStatement/9ee7b991-3240-42e3-9bcf-a1de0507754f.ttl> .