@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:NamingSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "IECColourManagement"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "Placeholder
"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url"^^xsd:anyURI ] ;
fhir:value [ fhir:v "http://terminology.hl7.org/NamingSystem/IECColourManagement"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1.0.0" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.title"^^xsd:anyURI ] ;
fhir:value [ fhir:v "IEC 61966-2-1: Colour measurement and management - Part 2-1: Colour management - Default RGB colour space - sRGB" ]
] ) ; #
fhir:name [ fhir:v "IECColourManagement"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:kind [ fhir:v "codesystem"] ; #
fhir:date [ fhir:v "2022-01-25T00:00:00-00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "International Electrotechnical Commission"] ; #
fhir:contact ( [
fhir:name [ fhir:v "International Electrotechnical Commission; 3 rue de Varembé, PO Box 131, CH-1211 Geneva 20, Switzerland" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "secretariat@iecee.org" ]
] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+41 22 919 02 11" ]
] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.iec.ch/homepage" ]
] )
] ) ; #
fhir:responsible [ fhir:v "International Electrotechnical Commission"] ; #
fhir:description [ fhir:v "IEC 61966-2-1:1999 is the official specification of sRGB. It provides viewing environment, encoding, and colorimetric details.\r\n\r\nFor more information, please see https://webstore.iec.ch/publication/6168"] ; #
fhir:uniqueId ( [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "http://terminology.hl7.org/CodeSystem/IECColourManagement" ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ] ;
fhir:comment [ fhir:v "This is the URL endorsed by the HTA and is considered authoritative." ] ;
fhir:period [
fhir:start [ fhir:v "2022-01-13"^^xsd:date ]
]
] ) . #
# -------------------------------------------------------------------------------------