AddCommunication Implementation Guide
2.2 - version 2.2
This page is part of the Release of AddCommunication IG (v2.2: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions
Draft as of 2025-02-04 |
{
"resourceType" : "ValueSet",
"id" : "appointment-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet appointment-type</b></p><a name=\"appointment-type\"> </a><a name=\"hcappointment-type\"> </a><a name=\"appointment-type-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-csAppointmentType.html\"><code>http://bki.skane.se/invanartjanster/fhir/CodeSystem/csAppointmentType</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-csAppointmentType.html#csAppointmentType-CLINIC\">CLINIC</a></td><td>Clinic</td></tr><tr><td><a href=\"CodeSystem-csAppointmentType.html#csAppointmentType-PHONE\">PHONE</a></td><td>Phone</td></tr><tr><td><a href=\"CodeSystem-csAppointmentType.html#csAppointmentType-VIDEO\">VIDEO</a></td><td>Video</td></tr><tr><td><a href=\"CodeSystem-csAppointmentType.html#csAppointmentType-OTHER\">OTHER</a></td><td>Other place</td></tr></table></li></ul></div>"
},
"url" : "http://bki.skane.se/invanartjanster/fhir/ValueSet/appointment-type",
"version" : "2.2",
"name" : "KallaAppointmentType",
"title" : "Kalla Apppointment Types",
"status" : "draft",
"experimental" : false,
"date" : "2025-02-04T15:33:16+00:00",
"publisher" : "Region Skåne",
"contact" : [
{
"name" : "Region Skåne",
"telecom" : [
{
"system" : "url",
"value" : "http://www.skane.se"
},
{
"system" : "email",
"value" : "225622@skane.se"
}
]
}
],
"description" : "Type of appointment CLINIC|PHONE|VIDEO|OTHER",
"compose" : {
"include" : [
{
"system" : "http://bki.skane.se/invanartjanster/fhir/CodeSystem/csAppointmentType",
"concept" : [
{
"code" : "CLINIC",
"display" : "Clinic"
},
{
"code" : "PHONE",
"display" : "Phone"
},
{
"code" : "VIDEO",
"display" : "Video"
},
{
"code" : "OTHER",
"display" : "Other place"
}
]
}
]
}
}