This code system http://ehealth.sundhed.dk/cs/communication-category
defines the following codes:
Code | Definition | Dansk (Danish, da) |
annotation | Annotation | Annotering |
note | Note | Note |
"
] ; #
fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/communication-category"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.10.0"] ; #
fhir:name [ fhir:v "CommunicationCategory"] ; #
fhir:title [ fhir:v "Communication Category"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2019-09-27T00:00:00+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Systematic | Trifork"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Systematic | Trifork" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://ehealth.sundhed.dk" ]
] )
] ) ; #
fhir:description [ fhir:v "Communication category"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "annotation" ] ;
fhir:display [ fhir:v "annotation" ] ;
fhir:definition [ fhir:v "Annotation" ] ;
fhir:designation ( [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Annotering" ]
] )
] [
fhir:code [ fhir:v "note" ] ;
fhir:display [ fhir:v "note" ] ;
fhir:definition [ fhir:v "Note" ] ;
fhir:designation ( [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Note" ]
] )
] ) . #
# -------------------------------------------------------------------------------------