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
: Just some modalities - TTL Representation
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 "FewModalitiesVS"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet FewModalitiesVS</b></p><a name=\"FewModalitiesVS\"> </a><a name=\"hcFewModalitiesVS\"> </a><a name=\"FewModalitiesVS-en-US\"> </a><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-AR\">AR</a></td><td style=\"color: #cccccc\">Autorefraction</td><td>An acquisition device, process or method that measures autorefraction.</td></tr><tr><td><a href=\"http://dicom.nema.org/resources/ontology/DCM.html#DCM-BI\">BI</a></td><td style=\"color: #cccccc\">Biomagnetic imaging</td><td>An acquisition device, process or method that performs biomagnetic imaging.</td></tr><tr><td><a href=\"http://dicom.nema.org/resources/ontology/DCM.html#DCM-BMD\">BMD</a></td><td style=\"color: #cccccc\">Bone Mineral Densitometry</td><td>An acquisition device, process or method that performs bone mineral densitometry by X-Ray, including dual-energy X-Ray absorptiometry (DXA) and morphometric X-Ray absorptiometry (MXA).</td></tr><tr><td><a href=\"http://dicom.nema.org/resources/ontology/DCM.html#DCM-CT\">CT</a></td><td style=\"color: #cccccc\">Computed Tomography</td><td>An acquisition device, process or method that performs computed tomography.</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://johnmoehrke.github.io/testDicom/ValueSet/FewModalitiesVS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0-current"] ; #
fhir:name [ fhir:v "FewModalitiesVS"] ; #
fhir:title [ fhir:v "Just some modalities"] ; #
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 some modalities explicitly listed"] ; #
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:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "AR" ] ] [
fhir:code [ fhir:v "BI" ] ] [
fhir:code [ fhir:v "BMD" ] ] [
fhir:code [ fhir:v "CT" ] ] ) ] )
] . #