This case-sensitive code system http://ehealth.sundhed.dk/cs/basic-resource-type
defines the following codes:
Code | Display | Dansk (Danish, da) |
actionguidance | Action guidance | Handlingsvejledning |
view | View | Visning |
"
] ; #
fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/basic-resource-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.0.0"] ; #
fhir:name [ fhir:v "BasicResourceType"] ; #
fhir:title [ fhir:v "Basic resource type"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2021-10-15T00: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 "Basic resource type"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "actionguidance" ] ;
fhir:display [ fhir:v "Action guidance" ] ;
fhir:designation ( [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Handlingsvejledning" ]
] )
] [
fhir:code [ fhir:v "view" ] ;
fhir:display [ fhir:v "View" ] ;
fhir:designation ( [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Visning" ]
] )
] ) . #
# -------------------------------------------------------------------------------------