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
@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:Observation;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "393"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/ct-irradiation-event-summary";
fhir:index 0;
fhir:link <http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/ct-irradiation-event-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 \"393\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ct-irradiation-event-summary.html\">CT Irradiation Event Summary</a></p></div><p><b>identifier</b>: Irradiation Event UID: urn:oid:1.2.840.121.3.32.0.1.1323423.2</p><p><b>partOf</b>: <a href=\"ImagingStudy-342.html\">ImagingStudy/342</a></p><p><b>status</b>: final</p><p><b>code</b>: Irradiation Event <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>#113852)</span></p><p><b>subject</b>: <a href=\"Patient-56.html\">Patient/56: Pascale Dupont</a> \" DUPONY\"</p><p><b>effective</b>: 2015-01-01T22:29:30Z</p><p><b>bodySite</b>: Abdominal aorta <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#7832008)</span></p><blockquote><p><b>component</b></p><p><b>code</b>: Mean CTDIvol <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>#113830)</span></p><p><b>value</b>: 2.25 mGy</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: DLP <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>#113838)</span></p><p><b>value</b>: 46.05 mGy.cm</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: CTDIw Phantom Type <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>#113835)</span></p><p><b>value</b>: IEC Body Dosimetry Phantom <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>#113691)</span></p></blockquote></div>"
];
fhir:Observation.identifier [
fhir:index 0;
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 "irradiation-event-uid" ];
fhir:Coding.display [ fhir:value "Irradiation Event UID" ] ] ];
fhir:Identifier.system [ fhir:value "urn:dicom:uid" ];
fhir:Identifier.value [ fhir:value "urn:oid:1.2.840.121.3.32.0.1.1323423.2" ]
];
fhir:Observation.partOf [
fhir:index 0;
fhir:Reference.reference [ fhir:value "ImagingStudy/342" ]
];
fhir:Observation.status [ fhir:value "final"];
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ];
fhir:Coding.code [ fhir:value "113852" ];
fhir:Coding.display [ fhir:value "Irradiation Event" ] ]
];
fhir:Observation.subject [
fhir:Reference.reference [ fhir:value "Patient/56" ];
fhir:Reference.display [ fhir:value "Pascale Dupont" ]
];
fhir:Observation.effectiveDateTime [ fhir:value "2015-01-01T22:29:30.000Z"^^xsd:dateTime];
fhir:Observation.bodySite [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:7832008;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "7832008" ];
fhir:Coding.display [ fhir:value "Abdominal aorta" ] ]
];
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 "113830" ];
fhir:Coding.display [ fhir:value "Mean CTDIvol" ] ] ];
fhir:Observation.component.valueQuantity [
fhir:Quantity.value [ fhir:value "2.25"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "mGy" ] ]
], [
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 "113838" ];
fhir:Coding.display [ fhir:value "DLP" ] ] ];
fhir:Observation.component.valueQuantity [
fhir:Quantity.value [ fhir:value "46.05"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "mGy.cm" ] ]
], [
fhir:index 2;
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 "113835" ];
fhir:Coding.display [ fhir:value "CTDIw Phantom Type" ] ] ];
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 "113691" ];
fhir:Coding.display [ fhir:value "IEC Body Dosimetry Phantom" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.