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

This case-sensitive code system http://ehealth.sundhed.dk/cs/contactpoint-system defines the following codes:

CodeDisplayDefinition
TBD Example value - Under constructionExample value - Under construction
EAN Global location number

Additional Language Displays

CodeDansk (Danish, da)English (United States) (English (United States), en)
TBD
EANEAN-nummerGlobal location number
" ] ; # fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/contactpoint-system"^^xsd:anyURI] ; # fhir:version [ fhir:v "3.1.0"] ; # fhir:name [ fhir:v "ContactPointSystem"] ; # fhir:title [ fhir:v "ContactPoint System"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-01-29T00:00:00+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ; # fhir:contact ( [ fhir:name [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://ehealth.sundhed.dk" ] ] ) ] ) ; # fhir:description [ fhir:v "Contact Point System"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "TBD" ] ; fhir:display [ fhir:v "Example value - Under construction" ] ; fhir:definition [ fhir:v "Example value - Under construction" ] ; fhir:property ( [ fhir:code [ fhir:v "deprecated" ] ; fhir:value [ fhir:v "2020-02-03"^^xsd:date ] ] ) ] [ fhir:code [ fhir:v "EAN" ] ; fhir:display [ fhir:v "Global location number" ] ; fhir:designation ( [ fhir:language [ fhir:v "en-US" ] ; fhir:value [ fhir:v "Global location number" ] ] [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "EAN-nummer" ] ] ) ] ) . # # -------------------------------------------------------------------------------------