@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://hl7.cz/fhir/img/Composition/dbd426a9-d660-4f97-8656-1e39db4a57c9> a fhir:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dbd426a9-d660-4f97-8656-1e39db4a57c9"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://hl7.cz/fhir/img/StructureDefinition/cz-composition-imaging"^^xsd:anyURI ;
       fhir:l <https://hl7.cz/fhir/img/StructureDefinition/cz-composition-imaging>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.eu/fhir/extensions/StructureDefinition/composition-diagnosticReportReference"^^xsd:anyURI ;
       fhir:l <http://hl7.eu/fhir/extensions/StructureDefinition/composition-diagnosticReportReference>
     ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:l <urn:uuid:bd3e7b78-bfaa-428e-9168-8cd29cf54aba> ;
       fhir:reference [ fhir:v "urn:uuid:bd3e7b78-bfaa-428e-9168-8cd29cf54aba" ]
     ]
  ] ) ; # 
  fhir:identifier [
     fhir:system [
       fhir:v "http://example.org/myhospital/reportidentifiers"^^xsd:anyURI ;
       fhir:l <http://example.org/myhospital/reportidentifiers>
     ] ;
     fhir:value [ fhir:v "dfkjewoieoijwoskdjg" ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
     fhir:coding ( [
       a loinc:24686-8 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "24686-8" ]
     ] )
  ] ; # 
  fhir:category ( [
     fhir:coding ( [
       a loinc:18726-0 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "18726-0" ]
     ] )
  ] [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.eu/fhir/health-data-api/CodeSystem/eehrxf-document-priority-category-cs"^^xsd:anyURI ;
         fhir:l <http://hl7.eu/fhir/health-data-api/CodeSystem/eehrxf-document-priority-category-cs>
       ] ;
       fhir:code [ fhir:v "Medical-Imaging" ]
     ] )
  ] [
     fhir:coding ( [
       a loinc:85430-7 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "85430-7" ]
     ] )
  ] ) ; # 
  fhir:subject [
     fhir:l <urn:uuid:62d2aa9a-a15f-4e43-9458-fec16c1c4882> ;
     fhir:reference [ fhir:v "urn:uuid:62d2aa9a-a15f-4e43-9458-fec16c1c4882" ]
  ] ; # 
  fhir:date [ fhir:v "2025-05-20T12:02:00+01:00"^^xsd:dateTime] ; # 
  fhir:author ( [
     fhir:l <urn:uuid:aafd64f9-36ab-4583-8088-efb93b44db9b> ;
     fhir:reference [ fhir:v "urn:uuid:aafd64f9-36ab-4583-8088-efb93b44db9b" ]
  ] [
     fhir:l <urn:uuid:e96e9bd5-0695-4725-acb2-c731aa071a55> ;
     fhir:reference [ fhir:v "urn:uuid:e96e9bd5-0695-4725-acb2-c731aa071a55" ]
  ] ) ; # 
  fhir:title [ fhir:v "Imaging Report - Rentgen Ing. Králíka"] ; # 
  fhir:confidentiality [ fhir:v "N"] ; # 
  fhir:custodian [
     fhir:l <urn:uuid:a4641bd0-34af-4038-a7db-872d08a54df9> ;
     fhir:reference [ fhir:v "urn:uuid:a4641bd0-34af-4038-a7db-872d08a54df9" ]
  ] ; # 
  fhir:section ( [
     fhir:title [ fhir:v "Requested imaging studies information Document" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:55115-0 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "55115-0" ] ;
         fhir:display [ fhir:v "Requested imaging studies information Document" ]
       ] )
     ] ;
     fhir:entry ( [
       fhir:l <urn:uuid:d6784779-d008-447d-90cf-89d5d53a0f04> ;
       fhir:reference [ fhir:v "urn:uuid:d6784779-d008-447d-90cf-89d5d53a0f04" ]
     ] )
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://hl7.org/fhir/StructureDefinition/note"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/StructureDefinition/note>
       ] ;
       fhir:value [
         a fhir:Annotation ;
         fhir:id [ fhir:v "clinical-question-note" ] ;
         fhir:text [ fhir:v "Trauma skeletu?" ]
       ]
     ] ) ;
     fhir:title [ fhir:v "Klinická otázka" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:18785-6 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "18785-6" ] ;
         fhir:display [ fhir:v "Radiology Reason for study (narrative)" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "additional" ]
     ]
  ] [
     fhir:title [ fhir:v "Obrazová studie" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:18726-0 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "18726-0" ] ;
         fhir:display [ fhir:v "Radiology studies (set)" ]
       ] )
     ] ;
     fhir:entry ( [
       fhir:l <urn:uuid:fc79917b-b1b0-44a6-beaa-e9715322c834> ;
       fhir:reference [ fhir:v "urn:uuid:fc79917b-b1b0-44a6-beaa-e9715322c834" ]
     ] )
  ] [
     fhir:title [ fhir:v "Procedura" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:55111-9 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "55111-9" ] ;
         fhir:display [ fhir:v "Current imaging procedure descriptions Document" ]
       ] )
     ] ;
     fhir:entry ( [
       fhir:l <urn:uuid:ea2967a5-0d00-461c-8785-b5affef4791c> ;
       fhir:reference [ fhir:v "urn:uuid:ea2967a5-0d00-461c-8785-b5affef4791c" ]
     ] )
  ] [
     fhir:title [ fhir:v "Nálezy" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:59776-5 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "59776-5" ] ;
         fhir:display [ fhir:v "Procedure findings Narrative" ]
       ] )
     ] ;
     fhir:entry ( [
       fhir:l <urn:uuid:eca2bf34-9fa8-4abf-bd98-d8d49bcb1104> ;
       fhir:reference [ fhir:v "urn:uuid:eca2bf34-9fa8-4abf-bd98-d8d49bcb1104" ]
     ] )
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://hl7.org/fhir/StructureDefinition/note"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/StructureDefinition/note>
       ] ;
       fhir:value [
         a fhir:Annotation ;
         fhir:id [ fhir:v "impression-note" ] ;
         fhir:text [ fhir:v "Nález byl negativní. Trauma skeletu nepotrvzeno." ]
       ]
     ] ) ;
     fhir:title [ fhir:v "Výsledek" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:19005-8 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "19005-8" ] ;
         fhir:display [ fhir:v "Radiology Imaging study [Impression] (narrative)" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "additional" ]
     ]
  ] [
     fhir:title [ fhir:v "History" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:11329-0 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "11329-0" ] ;
         fhir:display [ fhir:v "History general Narrative - Reported" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ]
     ] ;
     fhir:emptyReason [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/list-empty-reason"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/list-empty-reason>
         ] ;
         fhir:code [ fhir:v "nilknown" ] ;
         fhir:display [ fhir:v "Nil Known" ]
       ] )
     ]
  ] [
     fhir:title [ fhir:v "Comparison" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:18834-2 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "18834-2" ] ;
         fhir:display [ fhir:v "Radiology Comparison study (narrative)" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ]
     ] ;
     fhir:emptyReason [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/list-empty-reason"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/list-empty-reason>
         ] ;
         fhir:code [ fhir:v "nilknown" ] ;
         fhir:display [ fhir:v "Nil Known" ]
       ] )
     ]
  ] [
     fhir:title [ fhir:v "Recommendations" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:18783-1 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "18783-1" ] ;
         fhir:display [ fhir:v "Radiology Study recommendation (narrative)" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ]
     ] ;
     fhir:emptyReason [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/list-empty-reason"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/list-empty-reason>
         ] ;
         fhir:code [ fhir:v "nilknown" ] ;
         fhir:display [ fhir:v "Nil Known" ]
       ] )
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

