HL7 FHIR Malaysia Core (MY Core) Implementation Guide
2.0.0 - ci-build
HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Active as of 2024-02-12 |
{
"resourceType" : "CodeSystem",
"id" : "code-system-schedule-type-my-core",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem code-system-schedule-type-my-core</b></p><a name=\"code-system-schedule-type-my-core\"> </a><a name=\"hccode-system-schedule-type-my-core\"> </a><a name=\"code-system-schedule-type-my-core-en-US\"> </a><p>This code system <code>http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">internal<a name=\"code-system-schedule-type-my-core-internal\"> </a></td><td>Internal</td><td>Schedule only for internal booking</td></tr><tr><td style=\"white-space:nowrap\">public<a name=\"code-system-schedule-type-my-core-public\"> </a></td><td>Public</td><td>Schedule allowed for public booking</td></tr><tr><td style=\"white-space:nowrap\">affiliate<a name=\"code-system-schedule-type-my-core-affiliate\"> </a></td><td>Affiliate</td><td>Schedule allowed for affiliated organization booking</td></tr><tr><td style=\"white-space:nowrap\">outsource<a name=\"code-system-schedule-type-my-core-outsource\"> </a></td><td>Outsource</td><td>Schedule allowed for outsource organization booking</td></tr><tr><td style=\"white-space:nowrap\">walk-in<a name=\"code-system-schedule-type-my-core-walk-in\"> </a></td><td>Walk In</td><td>Appointment walk-in</td></tr></table></div>"
},
"url" : "http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core",
"version" : "2.0.0",
"name" : "CodeSystemScheduleTypeMyCore",
"title" : "CodeSystemScheduleType (MYCore)",
"status" : "active",
"date" : "2024-02-12T04:04:09.5621857+00:00",
"publisher" : "MHNexus Sdn Bhd",
"contact" : [
{
"name" : "MHNexus Sdn Bhd",
"telecom" : [
{
"system" : "url",
"value" : "https://www.mhn.asia/"
},
{
"system" : "email",
"value" : "bizdev@mhnexus.com"
}
]
}
],
"description" : "Schedule type",
"compositional" : false,
"content" : "complete",
"count" : 5,
"concept" : [
{
"code" : "internal",
"display" : "Internal",
"definition" : "Schedule only for internal booking"
},
{
"code" : "public",
"display" : "Public",
"definition" : "Schedule allowed for public booking"
},
{
"code" : "affiliate",
"display" : "Affiliate",
"definition" : "Schedule allowed for affiliated organization booking"
},
{
"code" : "outsource",
"display" : "Outsource",
"definition" : "Schedule allowed for outsource organization booking"
},
{
"code" : "walk-in",
"display" : "Walk In",
"definition" : "Appointment walk-in"
}
]
}