0.1.0-current - ci-build International flag

JohnMoehrkeTestDicom, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/testDicom/ and changes regularly. See the Directory of published versions

: all the DICOM modalities ValueSet - TTL Representation

Draft as of 2024-08-28

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 "JustModalitiesVS"] ; # 
  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: ValueSet JustModalitiesVS</b></p><a name=\"JustModalitiesVS\"> </a><a name=\"hcJustModalitiesVS\"> </a><a name=\"JustModalitiesVS-en-US\"> </a><ul><li>Import all the codes that are contained in <a href=\"http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html\">AcquisitionModality</a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://johnmoehrke.github.io/testDicom/ValueSet/JustModalitiesVS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0-current"] ; # 
  fhir:name [ fhir:v "JustModalitiesVS"] ; # 
  fhir:title [ fhir:v "all the DICOM modalities ValueSet"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-08-28T19:52:04+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "John Moehrke (himself)"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "John Moehrke (himself)" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://healthcaresecprivacy.blogspot.com" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "JohnMoehrke@gmail.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ValueSet of all the DICOM modalities in CID-29"] ; # 
  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:compose [
    ( fhir:include [
      ( fhir:valueSet [
fhir:v "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html"^^xsd:anyURI ;
fhir:link <http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html>       ] )     ] )
  ] . #