This case-sensitive code system http://ehealth.sundhed.dk/cs/appointment-servicetype
defines the following codes:
Code | Display |
regular | A regular appointment |
video | A video appointment |
group | A group appointment |
group-video | A group video appointment |
"
] ; #
fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/appointment-servicetype"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.1.0"] ; #
fhir:name [ fhir:v "AppointmentServiceTypes"] ; #
fhir:title [ fhir:v "Appointment Service Types"] ; #
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 "Appointment service type"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "regular" ] ;
fhir:display [ fhir:v "A regular appointment" ]
] [
fhir:code [ fhir:v "video" ] ;
fhir:display [ fhir:v "A video appointment" ]
] [
fhir:code [ fhir:v "group" ] ;
fhir:display [ fhir:v "A group appointment" ]
] [
fhir:code [ fhir:v "group-video" ] ;
fhir:display [ fhir:v "A group video appointment" ]
] ) . #
# -------------------------------------------------------------------------------------