@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 -------------------------------------------------------------------

<http://hl7.eu/fhir/eu-health-data-api/DocumentReference/ExampleDocumentReferenceImagingManifestKOS> a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleDocumentReferenceImagingManifestKOS"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.eu/fhir/eu-health-data-api/StructureDefinition/EehrxfMhdDocumentReference"^^xsd:anyURI ;
       fhir:l <http://hl7.eu/fhir/eu-health-data-api/StructureDefinition/EehrxfMhdDocumentReference>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference ExampleDocumentReferenceImagingManifestKOS</b></p><a name=\"ExampleDocumentReferenceImagingManifestKOS\"> </a><a name=\"hcExampleDocumentReferenceImagingManifestKOS\"> </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\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-EehrxfMhdDocumentReference.html\">EEHRxF MHD DocumentReference Profile</a></p></div><p><b>masterIdentifier</b>: <code>urn:oid:2.999.3.4.5.6.7.8.9</code>/urn:uuid:b2c3d4e5-f6a7-8901-bcde-f12345678901 (use: usual, )</p><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 18748-4}\">Diagnostic imaging study</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.eu/fhir/eu-health-data-api/CodeSystem/eehrxf-document-priority-category-cs Medical-Imaging}\">medical imaging</span></p><p><b>subject</b>: <a href=\"http://example.org/fhir/Patient/example-patient\">Jan Jansen</a></p><p><b>date</b>: 2026-02-20 14:00:00+0100</p><p><b>author</b>: <a href=\"http://example.org/fhir/Organization/example-radiology-dept\">Radiology Department, Amsterdam UMC</a></p><p><b>custodian</b>: <a href=\"http://example.org/fhir/Organization/example-hospital\">Amsterdam University Medical Center</a></p><h3>RelatesTos</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Target</b></td></tr><tr><td style=\"display: none\">*</td><td>Transforms</td><td><a href=\"DocumentReference-ExampleDocumentReferenceImagingManifestFHIR.html\">DocumentReference: masterIdentifier = urn:oid:2.999.3.4.5.6.7.8.9#urn:uuid:a1b2c3d4-e5f6-7890-abcd-ef1234567890 (use: usual, ); status = current; type = Diagnostic imaging study; category = medical imaging; date = 2026-02-20 14:00:00+0100; description = FHIR ImagingStudy manifest for CT Chest study</a></td></tr></table><p><b>description</b>: DICOM KOS manifest for CT Chest study</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/dicom</td><td><a href=\"http://example.org/wado-rs/studies/1.2.840.113619.2.55.3.604688119.969.1234567890.123/series/1.2.840.113619.2.55.3.604688119.969.1234567890.124/instances/1.2.840.113619.2.55.3.604688119.969.1234567890.125\">http://example.org/wado-rs/studies/1.2.840.113619.2.55.3.604688119.969.1234567890.123/series/1.2.840.113619.2.55.3.604688119.969.1234567890.124/instances/1.2.840.113619.2.55.3.604688119.969.1234567890.125</a></td><td>CT Chest - DICOM KOS</td><td>2026-02-20 14:00:00+0100</td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:masterIdentifier [
     fhir:use [ fhir:v "usual" ] ;
     fhir:system [
       fhir:v "urn:oid:2.999.3.4.5.6.7.8.9"^^xsd:anyURI ;
       fhir:l <urn:oid:2.999.3.4.5.6.7.8.9>
     ] ;
     fhir:value [ fhir:v "urn:uuid:b2c3d4e5-f6a7-8901-bcde-f12345678901" ]
  ] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:type [
     fhir:coding ( [
       a loinc:18748-4 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "18748-4" ] ;
       fhir:display [ fhir:v "Diagnostic imaging study" ]
     ] )
  ] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.eu/fhir/eu-health-data-api/CodeSystem/eehrxf-document-priority-category-cs"^^xsd:anyURI ;
         fhir:l <http://hl7.eu/fhir/eu-health-data-api/CodeSystem/eehrxf-document-priority-category-cs>
       ] ;
       fhir:code [ fhir:v "Medical-Imaging" ] ;
       fhir:display [ fhir:v "medical imaging" ]
     ] )
  ] ) ; # 
  fhir:subject [
     fhir:l <http://example.org/fhir/Patient/example-patient> ;
     fhir:reference [ fhir:v "http://example.org/fhir/Patient/example-patient" ] ;
     fhir:display [ fhir:v "Jan Jansen" ]
  ] ; # 
  fhir:date [ fhir:v "2026-02-20T14:00:00+01:00"^^xsd:dateTime] ; # 
  fhir:author ( [
     fhir:l <http://example.org/fhir/Organization/example-radiology-dept> ;
     fhir:reference [ fhir:v "http://example.org/fhir/Organization/example-radiology-dept" ] ;
     fhir:display [ fhir:v "Radiology Department, Amsterdam UMC" ]
  ] ) ; # 
  fhir:custodian [
     fhir:l <http://example.org/fhir/Organization/example-hospital> ;
     fhir:reference [ fhir:v "http://example.org/fhir/Organization/example-hospital" ] ;
     fhir:display [ fhir:v "Amsterdam University Medical Center" ]
  ] ; # 
  fhir:relatesTo ( [
     fhir:code [ fhir:v "transforms" ] ;
     fhir:target [
       fhir:l <http://hl7.eu/fhir/eu-health-data-api/DocumentReference/ExampleDocumentReferenceImagingManifestFHIR> ;
       fhir:reference [ fhir:v "DocumentReference/ExampleDocumentReferenceImagingManifestFHIR" ]
     ]
  ] ) ; # 
  fhir:description [ fhir:v "DICOM KOS manifest for CT Chest study"] ; # 
  fhir:content ( [
     fhir:attachment [
       fhir:contentType [ fhir:v "application/dicom" ] ;
       fhir:url [
         fhir:v "http://example.org/wado-rs/studies/1.2.840.113619.2.55.3.604688119.969.1234567890.123/series/1.2.840.113619.2.55.3.604688119.969.1234567890.124/instances/1.2.840.113619.2.55.3.604688119.969.1234567890.125"^^xsd:anyURI ;
         fhir:l <http://example.org/wado-rs/studies/1.2.840.113619.2.55.3.604688119.969.1234567890.123/series/1.2.840.113619.2.55.3.604688119.969.1234567890.124/instances/1.2.840.113619.2.55.3.604688119.969.1234567890.125>
       ] ;
       fhir:title [ fhir:v "CT Chest - DICOM KOS" ] ;
       fhir:creation [ fhir:v "2026-02-20T14:00:00+01:00"^^xsd:dateTime ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

