HL7 Europe Hospital Discharge Report
1.0.0-ci - draft 150

HL7 Europe Hospital Discharge Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/hdr/ and changes regularly. See the Directory of published versions

: DeviceUseStatement: Implanted Pacemaker - 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/example-deviceusestatement-euhdr> a fhir:DeviceUseStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-deviceusestatement-euhdr"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.eu/fhir/hdr/StructureDefinition/deviceUseStatement-eu-hdr" ;
       fhir:index 0 ;
       fhir:link <http://hl7.eu/fhir/hdr/StructureDefinition/deviceUseStatement-eu-hdr>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><strong>Device:</strong> Implantable Pacemaker</p><p><strong>Patient:</strong> Luigi De Luca</p><p><strong>Status:</strong> Active</p><p><strong>Timing:</strong> 2022-03-15 to 2024-12-01</p><p><strong>Reason:</strong> Complete atrioventricular block</p><p><strong>Body Site:</strong> Right atrium</p></div>"
  ] ;
  fhir:DeviceUseStatement.status [ fhir:value "active"] ;
  fhir:DeviceUseStatement.subject [
     fhir:link <http://hl7.org/fhir/Patient/patient-swart> ;
     fhir:Reference.reference [ fhir:value "Patient/patient-swart" ] ;
     fhir:Reference.display [ fhir:value "Fiona XXX_Swart" ]
  ] ;
  fhir:DeviceUseStatement.timingPeriod [
     fhir:Period.start [ fhir:value "2022-03-15"^^xsd:date ] ;
     fhir:Period.end [ fhir:value "2024-12-01"^^xsd:date ]
  ] ;
  fhir:DeviceUseStatement.device [
     fhir:link <http://hl7.org/fhir/Device/pacemaker-001> ;
     fhir:Reference.reference [ fhir:value "Device/pacemaker-001" ] ;
     fhir:Reference.display [ fhir:value "Implantable Pacemaker" ]
  ] ;
  fhir:DeviceUseStatement.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:27885002 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "27885002" ] ;
       fhir:Coding.display [ fhir:value "Complete atrioventricular block" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Complete AV block" ]
  ] ;
  fhir:DeviceUseStatement.bodySite [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:73829009 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "73829009" ] ;
       fhir:Coding.display [ fhir:value "Right atrium" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/patient-swart> a fhir:Patient .

<http://hl7.org/fhir/Device/pacemaker-001> a fhir:Device .

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

<http://hl7.org/fhir/DeviceUseStatement/example-deviceusestatement-euhdr.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DeviceUseStatement/example-deviceusestatement-euhdr.ttl> .