HL7 Czech Imaging Order IG
0.1.0-ballot - ballot Czechia flag

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

: Example DeviceUseStatement for Implant - 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 "b29cacfd-b05b-44cf-be5a-8b6d76bdc375"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7.cz/fhir/img-order/StructureDefinition/cz-deviceUseStatement"^^xsd:anyURI ;
fhir:link <https://hl7.cz/fhir/img-order/StructureDefinition/cz-deviceUseStatement>     ] )
  ] ; # 
  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> Kralik</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 "urn:uuid:dd800c46-f71a-4628-b457-6ccaa27dd6bc" ]
  ] ; # 
  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 "urn:uuid:711e1d43-d5e4-4cbc-b546-74059db270f6" ]
  ] ; # 
  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" ]     ] )
  ] . #