HL7 Europe Imaging Report R4
1.0.0-ballot - ci-build 150

HL7 Europe Imaging Report R4, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/imaging-r4/ and changes regularly. See the Directory of published versions

: DocumentReference: key image rest

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/DocumentReference/StructuredKeyImageRest> a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "StructuredKeyImageRest"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.eu/fhir/imaging/StructureDefinition/DocumentReferenceKeyImageEuImaging" ;
       fhir:index -1 ;
       fhir:link <http://hl7.eu/fhir/imaging/StructureDefinition/DocumentReferenceKeyImageEuImaging>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference StructuredKeyImageRest</b></p><a name=\"StructuredKeyImageRest\"> </a><a name=\"hcStructuredKeyImageRest\"> </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-DocumentReferenceKeyImageEuImaging.html\">DocumentReference: Key Image</a></p></div><p><b>Cross-version Extension for R5.DocumentReference.modality for use in FHIR R4</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM US}\">Ultrasound</span></p><p><b>status</b>: Current</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 55113-5}\">Key images Document Radiology</span></p><p><b>subject</b>: <a href=\"Patient-PatientStructuredReport.html\">3D TEE 2D(official) (no stated gender), DoB: 1976-04-29 ( 00 CARDIAC 2)</a></p><blockquote><p><b>content</b></p><p><b>DocumentReference Thumbnail</b>: false</p><blockquote><p><b>attachment</b></p><blockquote><p><b>id</b></p>ig-loader-structured-keyimage-rest.png</blockquote><p><b>contentType</b>: image/png</p><p><b>url</b>: <a href=\"DocumentReference-StructuredKeyImageRest.html\">DocumentReference: extension = Ultrasound; status = current; category = Key images Document Radiology</a></p></blockquote></blockquote></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/5.0/StructureDefinition/extension-DocumentReference.modality" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ] ;
         fhir:Coding.code [ fhir:value "US" ] ;
         fhir:Coding.display [ fhir:value "Ultrasound" ]
       ]
     ]
  ] ;
  fhir:DocumentReference.status [ fhir:value "current"] ;
  fhir:DocumentReference.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a loinc:55113-5 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "55113-5" ] ;
       fhir:Coding.display [ fhir:value "Key images Document Radiology" ]
     ]
  ] ;
  fhir:DocumentReference.subject [
     fhir:link <http://hl7.org/fhir/Patient/PatientStructuredReport> ;
     fhir:Reference.reference [ fhir:value "Patient/PatientStructuredReport" ]
  ] ;
  fhir:DocumentReference.content [
     fhir:index -1 ;
     fhir:Element.extension [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/documentreference-thumbnail" ] ;
       fhir:Extension.valueBoolean [ fhir:value "false"^^xsd:boolean ]
     ] ;
     fhir:DocumentReference.content.attachment [
       fhir:Element.id [ fhir:value "ig-loader-structured-keyimage-rest.png" ] ;
       fhir:Attachment.contentType [ fhir:value "image/png" ] ;
       fhir:Attachment.url [ fhir:value "DocumentReference/StructuredKeyImageRest" ]
     ]
  ] .

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

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

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