Radiation Dose Summary for Diagnostic Procedures on FHIR
0.1.0 - STU 1 Ballot

This page is part of the Radiation Dose Summary for Diagnostic Procedures on FHIR (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: NMRadiationDoseSummary-122 - TTL Representation

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:Observation;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "122"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/nm-radiation-dose-summary";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/nm-radiation-dose-summary>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"122\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nm-radiation-dose-summary.html\">Radiopharmaceutical Radiation Dose Summary</a></p></div><p><b>partOf</b>: <a href=\"ImagingStudy-22.html\">ImagingStudy/22</a></p><p><b>status</b>: final</p><p><b>code</b>: Radiation exposure and protection information [Description] Document Diagnostic imaging <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#73569-6)</span></p><p><b>subject</b>: <a href=\"Patient-56.html\">Patient/56: Pascale Dupont</a> \" DUPONY\"</p><p><b>effective</b>: 2019-01-23T12:00:30Z</p><p><b>performer</b>: <a href=\"Practitioner-33.html\">Practitioner/33: John Moore</a> \" MOORE\"</p><blockquote><p><b>component</b></p><p><b>code</b>: Procedure reported <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-v3-DCM.html\">DICOM</a>#121058)</span></p><p><b>value</b>: Radiopharmaceutical Administration <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-v3-DCM.html\">DICOM</a>#113502)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Administered activity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-v3-DCM.html\">DICOM</a>#113507)</span></p><p><b>value</b>: 154 MBq</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Radiopharmaceuticals <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#349358000)</span></p><p><b>value</b>: Product containing ioflupane (123-I) (medicinal product) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#429296007)</span></p></blockquote></div>"
  ];
  fhir:Observation.partOf [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "ImagingStudy/22" ];
     fhir:Reference.identifier [
       fhir:Identifier.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/radiation-dose-summary/CodeSystem/dicom-identifier-type" ];
           fhir:Coding.code [ fhir:value "study-instance-uid" ];
           fhir:Coding.display [ fhir:value "Study Instance UID" ]         ]       ];
       fhir:Identifier.system [ fhir:value "urn:dicom:uid" ];
       fhir:Identifier.value [ fhir:value "urn:oid:1.2.840.121.3.32.0.1.32" ]     ]
  ];
  fhir:Observation.status [ fhir:value "final"];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:73569-6;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "73569-6" ];
       fhir:Coding.display [ fhir:value "Radiation exposure and protection information [Description] Document Diagnostic imaging" ]     ]
  ];
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "Patient/56" ];
     fhir:Reference.display [ fhir:value "Pascale Dupont" ]
  ];
  fhir:Observation.effectiveDateTime [ fhir:value "2019-01-23T12:00:30.000Z"^^xsd:dateTime];
  fhir:Observation.performer [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Practitioner/33" ];
     fhir:Reference.display [ fhir:value "John Moore" ]
  ];
  fhir:Observation.component [
     fhir:index 0;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ];
         fhir:Coding.code [ fhir:value "121058" ];
         fhir:Coding.display [ fhir:value "Procedure reported" ]       ]     ];
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ];
         fhir:Coding.code [ fhir:value "113502" ];
         fhir:Coding.display [ fhir:value "Radiopharmaceutical Administration" ]       ]     ]
  ], [
     fhir:index 1;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ];
         fhir:Coding.code [ fhir:value "113507" ];
         fhir:Coding.display [ fhir:value "Administered activity" ]       ]     ];
     fhir:Observation.component.valueQuantity [
       fhir:Quantity.value [ fhir:value "154"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "MBq" ]     ]
  ], [
     fhir:index 2;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:349358000;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "349358000" ];
         fhir:Coding.display [ fhir:value "Radiopharmaceuticals" ]       ]     ];
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:429296007;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "429296007" ];
         fhir:Coding.display [ fhir:value "Product containing ioflupane (123-I) (medicinal product)" ]       ]     ]
  ].

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

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