HL7 Czech Hospital Discharge Report Implementation Guide
0.0.2 - ci-build Czechia flag

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

: CZ-Procedure-HDR Example - 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:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Procedure-Insert-Pacemaker"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7.cz/fhir/hdr/StructureDefinition/cz-procedure-hdr"^^xsd:anyURI ;
fhir:link <https://hl7.cz/fhir/hdr/StructureDefinition/cz-procedure-hdr>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Procedure: Zavedení kardiostimulátoru</p><p>Date: 2023-10-01T10:00:00Z</p><p>Patient: Mračena Mrakomorová žena, DoB: 1971-11-26</p><p>Reason: Úplná atrioventrikulární blokáda</p><p>Outcome: Úspěšný</p><p>Device: Kardiostimulátor Medtronic W1DR01</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:contained ( [
a fhir:Device ;
fhir:id [ fhir:v "Device-Pacemaker" ] ;
fhir:meta [
      ( fhir:profile [
fhir:v "https://hl7.cz/fhir/core/StructureDefinition/cz-medical-device"^^xsd:anyURI ;
fhir:link <https://hl7.cz/fhir/core/StructureDefinition/cz-medical-device>       ] )     ] ;
fhir:manufacturer [ fhir:v "Medtronic" ] ;
fhir:modelNumber [ fhir:v "W1DR01" ] ;
fhir:type [
      ( fhir:coding [
a sct:14106009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "14106009" ] ;
fhir:display [ fhir:v "Cardiac pacemaker" ]       ] )     ] ;
fhir:patient [
fhir:reference [ fhir:v "urn:uuid:3f85726c-ad2f-441b-89ce-100000000000" ] ;
fhir:display [ fhir:v "Pokusný pacient Mračena" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:70573000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "70573000" ] ;
fhir:display [ fhir:v "Insertion of pacemaker pulse generator" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Mracena" ]
  ] ; # 
  fhir:performed [
a fhir:dateTime ;
fhir:v "2024-03-05"^^xsd:date
  ] ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ;
fhir:code [ fhir:v "I44.2" ] ;
fhir:display [ fhir:v "Atrioventricular block, complete" ]     ] )
  ] ) ; # 
  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 atrial structure" ]     ] )
  ] ) ; # 
  fhir:outcome [
    ( fhir:coding [
a sct:385669000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "385669000" ] ;
fhir:display [ fhir:v "Successful (qualifier value)" ]     ] )
  ] ; # 
  fhir:focalDevice ( [
fhir:action [
      ( fhir:coding [
a sct:129303008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "129303008" ] ;
fhir:display [ fhir:v "Removal - action" ]       ] )     ] ;
fhir:manipulated [
fhir:reference [ fhir:v "#Device-Pacemaker" ]     ]
  ] ) . #