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
{
"resourceType" : "Schedule",
"id" : "example-schedule",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2024-12-13T15:28:59.193+08:00",
"source" : "http://provider.hie.moh.gov.my#bHdLCFp6MuZEweVr",
"profile" : [
🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/Schedule-my-core"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Schedule example-schedule</b></p><a name=\"example-schedule\"> </a><a name=\"hcexample-schedule\"> </a><a name=\"example-schedule-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2024-12-13 15:28:59+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://provider.hie.moh.gov.my#bHdLCFp6MuZEweVr\">http://provider.hie.moh.gov.my#bHdLCFp6MuZEweVr</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Schedule-my-core.html\">Schedule (MY Core)</a></p></div><p><b>ExtensionScheduleType (MY Core)</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core affiliate}\">Affiliate</span></p><blockquote><p><b>ExtensionAudit (MY Core)</b></p><ul><li>recorder: <a href=\"PractitionerRole/4e42f222-b404-4f61-b9f5-9bdbd2e8aa37/_history/23\">PUTERI NAJWA NABILA</a></li><li>recordedDate: 2024-12-13 15:28:56+0800</li><li>lastUpdater: <a href=\"PractitionerRole/4e42f222-b404-4f61-b9f5-9bdbd2e8aa37/_history/23\">PUTERI NAJWA NABILA</a></li></ul></blockquote><p><b>identifier</b>: <code>http://fhir.hie.moh.gov.my/sid/batch-id</code>/f0cab84c-67e9-4d9f-b44c-acc1e2cb9dca</p><p><b>active</b>: true</p><p><b>serviceCategory</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/encounter-class-my-core AMB}\">Outpatient</span></p><p><b>serviceType</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/service-type-my-core 03}\">Outpatient</span></p><p><b>specialty</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core 150}\">Non-communicable Disease</span></p><p><b>actor</b>: <a href=\"HealthcareService/ec40c9f0-4ce2-4ff0-884c-d665256de045\">Non-communicable Disease</a></p><p><b>planningHorizon</b>: 2024-12-13 09:00:00+0800 --> 2024-12-13 17:00:00+0800</p><p><b>comment</b>: HTJ - TEST</p></div>"
},
"extension" : [
{
"url" : "http://fhir.hie.moh.gov.my/StructureDefinition/schedule-type-my-core",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core",
"code" : "affiliate"
}
]
}
},
{
"extension" : [
{
"url" : "recorder",
"valueReference" : {
"reference" : "PractitionerRole/4e42f222-b404-4f61-b9f5-9bdbd2e8aa37/_history/23",
"display" : "PUTERI NAJWA NABILA"
}
},
{
"url" : "recordedDate",
"valueDateTime" : "2024-12-13T15:28:56+08:00"
},
{
"url" : "lastUpdater",
"valueReference" : {
"reference" : "PractitionerRole/4e42f222-b404-4f61-b9f5-9bdbd2e8aa37/_history/23",
"display" : "PUTERI NAJWA NABILA"
}
}
],
"url" : "http://fhir.hie.moh.gov.my/StructureDefinition/audit-my-core"
}
],
"identifier" : [
{
"system" : "http://fhir.hie.moh.gov.my/sid/batch-id",
"value" : "f0cab84c-67e9-4d9f-b44c-acc1e2cb9dca"
}
],
"active" : true,
"serviceCategory" : [
{
"coding" : [
{
"system" : "http://fhir.hie.moh.gov.my/CodeSystem/encounter-class-my-core",
"code" : "AMB",
"display" : "Outpatient"
}
]
}
],
"serviceType" : [
{
"coding" : [
{
"system" : "http://fhir.hie.moh.gov.my/CodeSystem/service-type-my-core",
"code" : "03",
"display" : "Outpatient"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core",
"code" : "150",
"display" : "Non-communicable Disease"
}
]
}
],
"actor" : [
{
"reference" : "HealthcareService/ec40c9f0-4ce2-4ff0-884c-d665256de045",
"type" : "HealthcareService",
"display" : "Non-communicable Disease"
}
],
"planningHorizon" : {
"start" : "2024-12-13T09:00:00+08:00",
"end" : "2024-12-13T17:00:00+08:00"
},
"comment" : "HTJ - TEST"
}