Radiology (Sandbox)
0.0.1-current - ci-build International flag

Requirement Specification

This is for collaboration and discussion purposes and is subject to change.

This is not an Implementation Guide

Radiology (Sandbox) - Local Development build (v0.0.1-current) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: IHE MHD Provide Document Bundle Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "IHETransactionBundle"] ; # 
  fhir:type [ fhir:v "transaction"] ; # 
  fhir:timestamp [ fhir:v "2023-10-22T09:31:45+00:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://example.org/fhir/DocumentReference/DocumentReferenceImagingStudyMinimalMetadata"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/DocumentReference/DocumentReferenceImagingStudyMinimalMetadata> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "DocumentReference"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/List/ListExample"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/List/ListExample> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "List"^^xsd:anyURI ]     ]
  ] ) . # 

<http://example.org/fhir/DocumentReference/DocumentReferenceImagingStudyMinimalMetadata> a fhir:DocumentReference ;
  fhir:id [ fhir:v "DocumentReferenceImagingStudyMinimalMetadata"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DocumentReference_DocumentReferenceImagingStudyMinimalMetadata\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference DocumentReferenceImagingStudyMinimalMetadata</b></p><a name=\"DocumentReferenceImagingStudyMinimalMetadata\"> </a><a name=\"hcDocumentReferenceImagingStudyMinimalMetadata\"> </a><a name=\"DocumentReferenceImagingStudyMinimalMetadata-en-US\"> </a><p><b>masterIdentifier</b>: <code>https://tools.ietf.org/html/rfc4122</code>/f3f7920b-3b91-4e3e-afdc-8791e2095fbe</p><p><b>identifier</b>: f3f7920b-3b91-4e3e-afdc-8791e2095fbe</p><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{https://nicip.nhs.uk MAULR}, {http://snomed.info/sct 418062002}\">MRA Upper limb Rt</span></p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 721981007}\">Diagnostic studies report</span></p><p><b>subject</b>: Richard SMITH (Identifier: National Health Plan Identifier/9912003888)</p><p><b>custodian</b>: LEEDS TEACHING HOSPITALS NHS TRUST (Identifier: <code>https://fhir.nhs.uk/Id/ods-organization-code</code>/RR8)</p><p><b>securityLabel</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-Confidentiality U}\">unrestricted</span></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>Language</b></td><td><b>Url</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/dicom+json</td><td>English (Region=United Kingdom)</td><td><a href=\"https://simplifier.net/resolve?scope=fhir.r4.ukcore.stu2@2.1.0&amp;canonical=https://a-pacs-system.org.nhs.uk/some-path/wado-rs/studies/7a530b22-688e-4623-876f-48d0037007ba/metadata\">https://a-pacs-system.org.nhs.uk/some-path/wado-rs/studies/7a530b22-688e-4623-876f-48d0037007ba/metadata</a></td><td>2023-10-22 09:31:45+0000</td></tr></table><p><b>format</b>: <a href=\"https://profiles.ihe.net/fhir/ihe.formatcode.fhir/1.1.1/CodeSystem-formatcode.html#formatcode-urn.58ihe.58rad\">IHE Format Code set for use with Document Sharing</a> urn:ihe:rad: Radiology Domain</p></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>FacilityType</b></td><td><b>PracticeSetting</b></td><td><b>SourcePatientInfo</b></td><td><b>Related</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">E02</span></td><td><span title=\"Codes:{https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode 810}\">Radiology</span></td><td>Identifier: Medical record number/A123435</td><td>Identifier: Accession ID/123456789</td></tr></table></div>"
  ] ; # 
  fhir:masterIdentifier [
fhir:system [ fhir:v "https://tools.ietf.org/html/rfc4122"^^xsd:anyURI ] ;
fhir:value [ fhir:v "f3f7920b-3b91-4e3e-afdc-8791e2095fbe" ]
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "f3f7920b-3b91-4e3e-afdc-8791e2095fbe" ]
  ] ) ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "https://nicip.nhs.uk"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MAULR" ] ;
fhir:display [ fhir:v "MRA Upper limb Rt" ]     ] [
a sct:418062002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "418062002" ] ;
fhir:display [ fhir:v "MRA upper limb artery" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:721981007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "721981007" ] ;
fhir:display [ fhir:v "Diagnostic studies report" ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:identifier [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NH" ]         ] )       ] ;
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/nhs-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9912003888" ]     ] ;
fhir:display [ fhir:v "Richard SMITH" ]
  ] ; # 
  fhir:custodian [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "RR8" ]     ] ;
fhir:display [ fhir:v "LEEDS TEACHING HOSPITALS NHS TRUST" ]
  ] ; # 
  fhir:securityLabel ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ;
fhir:code [ fhir:v "U" ]     ] )
  ] ) ; # 
  fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "application/dicom+json" ] ;
fhir:language [ fhir:v "en-GB" ] ;
fhir:url [ fhir:v "https://a-pacs-system.org.nhs.uk/some-path/wado-rs/studies/7a530b22-688e-4623-876f-48d0037007ba/metadata"^^xsd:anyURI ] ;
fhir:creation [ fhir:v "2023-10-22T09:31:45+00:00"^^xsd:dateTime ]     ] ;
fhir:format [
fhir:system [ fhir:v "http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "urn:ihe:rad" ] ;
fhir:display [ fhir:v "Radiology Domain" ]     ]
  ] ) ; # 
  fhir:context [
fhir:facilityType [
      ( fhir:coding [
fhir:code [ fhir:v "E02" ]       ] )     ] ;
fhir:practiceSetting [
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "810" ]       ] )     ] ;
fhir:sourcePatientInfo [
fhir:identifier [
fhir:type [
          ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ]           ] )         ] ;
fhir:system [ fhir:v "https://fhir.leedsth.nhs.uk/Id/MRN"^^xsd:anyURI ] ;
fhir:value [ fhir:v "A123435" ] ;
fhir:assigner [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "RR8" ]           ]         ]       ]     ] ;
    ( fhir:related [
fhir:type [ fhir:v "ServiceRequest"^^xsd:anyURI ] ;
fhir:identifier [
fhir:type [
          ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ACSN" ]           ] )         ] ;
fhir:system [ fhir:v "https://fhir.leedsth.nhs.uk/Id/AccessionNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456789" ]       ]     ] )
  ] . # 

<http://example.org/fhir/List/ListExample> a fhir:List ;
  fhir:id [ fhir:v "ListExample"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"List_ListExample\"> </a><p class=\"res-header-id\"><b>Generated Narrative: List ListExample</b></p><a name=\"ListExample\"> </a><a name=\"hcListExample\"> </a><a name=\"ListExample-en-US\"> </a><table class=\"clstu\"><tr><td>Mode: Working List </td><td>Status: Current </td></tr><tr><td/></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"https://simplifier.net/resolve?scope=fhir.r4.ukcore.stu2@2.1.0&amp;canonical=https://fhir.nhs.uk/England/RAD/DocumentReference/DocumentReferenceImagingReportIHE\">??</a></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:mode [ fhir:v "working"] ; # 
  fhir:entry ( [
fhir:item [
fhir:link <https://fhir.nhs.uk/England/RAD/DocumentReference/DocumentReferenceImagingReportIHE> ;
fhir:reference [ fhir:v "https://fhir.nhs.uk/England/RAD/DocumentReference/DocumentReferenceImagingReportIHE" ]     ]
  ] ) . #