Radiation Dose Summary for Diagnostic Procedures on FHIR
0.1.0 - ci-build International flag

Radiation Dose Summary for Diagnostic Procedures on FHIR, published by HL7 Imaging Integration Working Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/fhir-radiation-dose-summary-ig/ and changes regularly. See the Directory of published versions

: Procedure Reported Type Value Set - TTL Representation

Draft as of 2023-08-14

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "procedure-reported-type-rds-vs"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://dicom.nema.org/resources/ontology/DCM\"><code>http://dicom.nema.org/resources/ontology/DCM</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://dicom.nema.org/resources/ontology/DCM.html#DCM-113502\">113502</a></td><td>Radiopharmaceutical Administration</td><td>Information pertaining to the administration of a radiopharmaceutical</td></tr><tr><td><a href=\"http://dicom.nema.org/resources/ontology/DCM.html#DCM-113704\">113704</a></td><td>Projection X-Ray</td><td>Imaging using a point X-Ray source with a diverging beam projected onto a 2 dimensional detector.</td></tr></table></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/77477000\">77477000</a></td><td>Computerized tomography</td></tr><tr><td><a href=\"http://snomed.info/id/71651007\">71651007</a></td><td>Mammography</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/radiation-dose-summary/ValueSet/procedure-reported-type-rds-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ProcedureReportedTypeVS"] ; # 
  fhir:title [ fhir:v "Procedure Reported Type Value Set"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-08-14T18:23:26+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Imaging Integration Working Group"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/imagemgt" ]     ] )
  ] [
fhir:name [ fhir:v "HL7 Imaging Integration Workgroup" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/imagemgt" ]     ] )
  ] [
fhir:name [ fhir:v "Abderrazek Boufahja" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "abderrazek.boufahja@ge.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "What is the type of procedure reported in the Radiation Dose Summary"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "113502" ] ;
fhir:display [ fhir:v "Radiopharmaceutical Administration" ]       ] [
fhir:code [ fhir:v "113704" ] ;
fhir:display [ fhir:v "Projection X-Ray" ]       ] )     ] [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "77477000" ] ;
fhir:display [ fhir:v "Computerized tomography" ]       ] [
fhir:code [ fhir:v "71651007" ] ;
fhir:display [ fhir:v "Mammography" ]       ] )     ] )
  ] . #