FHIR IG analytics| Package | myhie.v4 |
| Resource Type | CodeSystem |
| Id | CodeSystem-schedule-type-my-core.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Schedule Type
{
"resourceType": "CodeSystem",
"id": "code-system-schedule-type-my-core",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core",
"name": "CodeSystemScheduleTypeMyCore",
"title": "CodeSystemScheduleType (MYCore)",
"status": "active",
"date": "2024-02-12T04:04:09.5621857+00:00",
"description": "Schedule & Appointment 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"
}
]
}