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

: DocumentReference IHE for a Imaging Report - can be also be in IHE XDS Document Entry format - 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:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DocumentReferenceImagingReportIHE"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference DocumentReferenceImagingReportIHE</b></p><a name=\"DocumentReferenceImagingReportIHE\"> </a><a name=\"hcDocumentReferenceImagingReportIHE\"> </a><a name=\"DocumentReferenceImagingReportIHE-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 4201000179104}\">Imaging 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/fhir+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://fhir.nhs.uk/England/RAD/DiagnosticReport/DiagnosticReportImagingReportRCR\">https://fhir.nhs.uk/England/RAD/DiagnosticReport/DiagnosticReportImagingReportRCR</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:4201000179104 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4201000179104" ] ;
fhir:display [ fhir:v "Imaging 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/fhir+json" ] ;
fhir:language [ fhir:v "en-GB" ] ;
fhir:url [ fhir:v "https://fhir.nhs.uk/England/RAD/DiagnosticReport/DiagnosticReportImagingReportRCR"^^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/MR"^^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" ] ;
fhir:assigner [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "RR8" ]           ]         ]       ]     ] )
  ] . #