eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 3.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions
Active as of 2019-01-29 |
{
"resourceType" : "CodeSystem",
"id" : "ehealth-appointment-servicetype",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ehealth-appointment-servicetype</b></p><a name=\"ehealth-appointment-servicetype\"> </a><a name=\"hcehealth-appointment-servicetype\"> </a><a name=\"ehealth-appointment-servicetype-da-DK\"> </a><p>This case-sensitive code system <code>http://ehealth.sundhed.dk/cs/appointment-servicetype</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">regular<a name=\"ehealth-appointment-servicetype-regular\"> </a></td><td>A regular appointment</td></tr><tr><td style=\"white-space:nowrap\">video<a name=\"ehealth-appointment-servicetype-video\"> </a></td><td>A video appointment</td></tr><tr><td style=\"white-space:nowrap\">group<a name=\"ehealth-appointment-servicetype-group\"> </a></td><td>A group appointment</td></tr><tr><td style=\"white-space:nowrap\">group-video<a name=\"ehealth-appointment-servicetype-group-video\"> </a></td><td>A group video appointment</td></tr></table></div>"
},
"url" : "http://ehealth.sundhed.dk/cs/appointment-servicetype",
"version" : "3.3.0",
"name" : "AppointmentServiceTypes",
"title" : "Appointment Service Types",
"status" : "active",
"experimental" : false,
"date" : "2019-01-29T00:00:00+00:00",
"publisher" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"contact" : [
{
"name" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"telecom" : [
{
"system" : "url",
"value" : "http://ehealth.sundhed.dk"
}
]
}
],
"description" : "Appointment service type",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "DK",
"display" : "Denmark"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"concept" : [
{
"code" : "regular",
"display" : "A regular appointment"
},
{
"code" : "video",
"display" : "A video appointment"
},
{
"code" : "group",
"display" : "A group appointment"
},
{
"code" : "group-video",
"display" : "A group video appointment"
}
]
}