Publication Build: This will be filled in by the publication tooling
: DeviceUseStatement: Implanted Pacemaker - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:DeviceUseStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-deviceusestatement-euhdr"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/hdr/StructureDefinition/deviceUseStatement-eu-hdr"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/hdr/StructureDefinition/deviceUseStatement-eu-hdr> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-swart" ] ;
fhir:display [ fhir:v "Fiona XXX_Swart" ]
] ; #
fhir:timing [
a fhir:Period ;
fhir:start [ fhir:v "2022-03-15"^^xsd:date ] ;
fhir:end [ fhir:v "2024-12-01"^^xsd:date ]
] ; #
fhir:device [
fhir:reference [ fhir:v "Device/pacemaker-001" ] ;
fhir:display [ fhir:v "Implantable Pacemaker" ]
] ; #
fhir:reasonCode ( [
( fhir:coding [
a sct:27885002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "27885002" ] ;
fhir:display [ fhir:v "Complete atrioventricular block" ] ] ) ;
fhir:text [ fhir:v "Complete AV block" ]
] ) ; #
fhir:bodySite [
( fhir:coding [
a sct:73829009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "73829009" ] ;
fhir:display [ fhir:v "Right atrium" ] ] )
] . #