International Patient Summary Implementation Guide
1.1.0 - STU 1 Update 1 International flag

This page is part of the International Patient Summary Implementation Guide (v1.1.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: ImagingStudy: referred DICOM study - TTL Representation

Page standards status: Informative

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:ImagingStudy;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "TII-ImagingStudy-5-1"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ImagingStudy</b><a name=\"TII-ImagingStudy-5-1\"> </a></p><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\">Resource ImagingStudy &quot;TII-ImagingStudy-5-1&quot; </p></div><p><b>identifier</b>: id: urn:oid:2.16.840.1.113883.2.9.999.1.12345</p><p><b>status</b>: available</p><p><b>subject</b>: <a href=\"Patient-eumfh-39-07.html\">Patient/eumfh-39-07</a> &quot; HEIG&quot;</p><p><b>procedureCode</b>: SPECT Heart perfusion and wall motion at rest and W stress and W Tl-201 IV and W Tc-99m Sestamibi IV <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#49569-7)</span></p><p><b>reasonCode</b>: Chest pain, hypertension, type II diabetes mellitus. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><h3>Series</h3><table class=\"grid\"><tr><td>-</td><td><b>Uid</b></td><td><b>Modality</b></td><td><b>BodySite</b></td></tr><tr><td>*</td><td>2.16.840.1.113883.2.9.999.2.12345</td><td>Nuclear Medicine (Details: DICOM code NM = 'Nuclear Medicine', stated as 'Nuclear Medicine')</td><td>Heart (Details: SNOMED CT code 80891009 = 'Heart', stated as 'Heart')</td></tr></table></div>"
  ];
  fhir:ImagingStudy.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:dicom:uid" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.2.9.999.1.12345" ]
  ];
  fhir:ImagingStudy.status [ fhir:value "available"];
  fhir:ImagingStudy.subject [
     fhir:Reference.reference [ fhir:value "Patient/eumfh-39-07" ]
  ];
  fhir:ImagingStudy.procedureCode [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:49569-7;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "49569-7" ];
       fhir:Coding.display [ fhir:value "SPECT Heart perfusion and wall motion at rest and W stress and W Tl-201 IV and W Tc-99m Sestamibi IV" ]     ]
  ];
  fhir:ImagingStudy.reasonCode [
     fhir:index 0;
     fhir:CodeableConcept.text [ fhir:value "Chest pain, hypertension, type II diabetes mellitus." ]
  ];
  fhir:ImagingStudy.series [
     fhir:index 0;
     fhir:ImagingStudy.series.uid [ fhir:value "2.16.840.1.113883.2.9.999.2.12345" ];
     fhir:ImagingStudy.series.modality [
       fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ];
       fhir:Coding.code [ fhir:value "NM" ];
       fhir:Coding.display [ fhir:value "Nuclear Medicine" ]     ];
     fhir:ImagingStudy.series.bodySite [
       a sct:80891009;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "80891009" ];
       fhir:Coding.display [ fhir:value "Heart" ]     ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.