@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "v3-DCM"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This case-sensitive code system http://dicom.nema.org/resources/ontology/DCM defines codes, but no codes are represented here

" ] ; # fhir:url [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:1.2.840.10008.2.16.4" ] ] ) ; # fhir:version [ fhir:v "3.0.1"] ; # fhir:name [ fhir:v "DCM"] ; # fhir:title [ fhir:v "DICOM Controlled Terminology"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2020-09-03T00:00:00-04:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "NEMA"] ; # fhir:contact ( [ fhir:name [ fhir:v "DICOM Standards Committee" ] ] ) ; # fhir:description [ fhir:v "Coded concepts defined in PS 3.16 Digital Imaging and Communications in Medicine (DICOM): Part 16: Content Mapping Resource, Annex D: DICOM Controlled Terminology Definition"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "not-present"] . # # -------------------------------------------------------------------------------------