HL7 Czech Base and Core FHIR IG
1.1.0 - ci-build Czechia flag

HL7 Czech Base and Core FHIR IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/cz-core/ and changes regularly. See the Directory of published versions

: Pacemaker

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> a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Pacemaker"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://hl7.cz/fhir/core/StructureDefinition/cz-medical-device" ;
       fhir:index -1 ;
       fhir:link <https://hl7.cz/fhir/core/StructureDefinition/cz-medical-device>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  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</b></p><a name=\"Pacemaker\"> </a><a name=\"hcPacemaker\"> </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-cz-medical-device.html\">Medical Device (CZ core)</a></p></div><h3>UdiCarriers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DeviceIdentifier</b></td><td><b>Issuer</b></td><td><b>CarrierHRF</b></td></tr><tr><td style=\"display: none\">*</td><td>00802526559273</td><td><a href=\"http://hl7.org/fhir/NamingSystem/gs1-di\">http://hl7.org/fhir/NamingSystem/gs1-di</a></td><td>(01)00802526559273(17)250914(21)701120</td></tr></table><p><b>manufacturer</b>: Boston Scientific</p><p><b>expirationDate</b>: 2025-09-14</p><p><b>serialNumber</b>: 701120</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>PG ACCOLADE MRI DR EL L331</td><td>Model name</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 14106009}\">kardiostimulátor</span></p><p><b>patient</b>: <a href=\"Patient-Mracena.html\">Pokusný Pacient</a></p></div>"
  ] ;
  fhir:Device.udiCarrier [
     fhir:index -1 ;
     fhir:Device.udiCarrier.deviceIdentifier [ fhir:value "00802526559273" ] ;
     fhir:Device.udiCarrier.issuer [ fhir:value "http://hl7.org/fhir/NamingSystem/gs1-di" ] ;
     fhir:Device.udiCarrier.carrierHRF [ fhir:value "(01)00802526559273(17)250914(21)701120" ]
  ] ;
  fhir:Device.manufacturer [ fhir:value "Boston Scientific"] ;
  fhir:Device.expirationDate [ fhir:value "2025-09-14"^^xsd:date] ;
  fhir:Device.serialNumber [ fhir:value "701120"] ;
  fhir:Device.deviceName [
     fhir:index -1 ;
     fhir:Device.deviceName.name [ fhir:value "PG ACCOLADE MRI DR EL L331" ] ;
     fhir:Device.deviceName.type [ fhir:value "model-name" ]
  ] ;
  fhir:Device.type [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:14106009 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "14106009" ] ;
       fhir:Coding.display [ fhir:value "kardiostimulátor" ]
     ]
  ] ;
  fhir:Device.patient [
     fhir:link <http://hl7.org/fhir/Patient/Mracena> ;
     fhir:Reference.reference [ fhir:value "Patient/Mracena" ] ;
     fhir:Reference.display [ fhir:value "Pokusný Pacient" ]
  ] .

<http://hl7.org/fhir/Patient/Mracena> a fhir:Patient .

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

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