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

: Device: Implantable 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/Device/pacemaker-001> a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "pacemaker-001"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.eu/fhir/hdr/StructureDefinition/device-eu-hdr" ;
       fhir:index 0 ;
       fhir:link <http://hl7.eu/fhir/hdr/StructureDefinition/device-eu-hdr>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device pacemaker-001</b></p><a name=\"pacemaker-001\"> </a><a name=\"hcpacemaker-001\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-device-eu-hdr.html\">Device (HDR)</a></p></div><p><b>identifier</b>: <code>https://hl7europe.org/example-identifier</code>/pacemaker-001</p><h3>UdiCarriers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DeviceIdentifier</b></td><td><b>CarrierHRF</b></td></tr><tr><td style=\"display: none\">*</td><td>12345678901234</td><td>(01)12345678901234</td></tr></table><p><b>status</b>: Active</p><p><b>manufacturer</b>: MedDevice Inc.</p><p><b>expirationDate</b>: 2028-06-30</p><p><b>lotNumber</b>: LOTPM1234</p><p><b>serialNumber</b>: SN987654321</p><p><b>modelNumber</b>: MDX-5000</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 706004007}\">Implantable Pacemaker</span></p><p><b>patient</b>: <a href=\"Patient-patient-swart.html\">Fiona XXX_Swart</a></p></div>"
  ] ;
  fhir:Device.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://hl7europe.org/example-identifier" ] ;
     fhir:Identifier.value [ fhir:value "pacemaker-001" ]
  ] ;
  fhir:Device.udiCarrier [
     fhir:index 0 ;
     fhir:Device.udiCarrier.deviceIdentifier [ fhir:value "12345678901234" ] ;
     fhir:Device.udiCarrier.carrierHRF [ fhir:value "(01)12345678901234" ]
  ] ;
  fhir:Device.status [ fhir:value "active"] ;
  fhir:Device.manufacturer [ fhir:value "MedDevice Inc."] ;
  fhir:Device.expirationDate [ fhir:value "2028-06-30"^^xsd:date] ;
  fhir:Device.lotNumber [ fhir:value "LOTPM1234"] ;
  fhir:Device.serialNumber [ fhir:value "SN987654321"] ;
  fhir:Device.modelNumber [ fhir:value "MDX-5000"] ;
  fhir:Device.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:706004007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "706004007" ] ;
       fhir:Coding.display [ fhir:value "Implantable cardiac pacemaker" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Implantable Pacemaker" ]
  ] ;
  fhir:Device.patient [
     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" ]
  ] .

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

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

<http://hl7.org/fhir/Device/pacemaker-001.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Device/pacemaker-001.ttl> .