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" : "Encounter",
"id" : "example-vci-enc-example",
"meta" : {
"source" : "http://sample",
"profile" : [
🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/Encounter-my-core"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter example-vci-enc-example</b></p><a name=\"example-vci-enc-example\"> </a><a name=\"hcexample-vci-enc-example\"> </a><a name=\"example-vci-enc-example-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\"/><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://sample\">http://sample</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Encounter-my-core.html\">Encounter (MY Core)</a></p></div><p><b>identifier</b>: <code>http://fhir.hie.moh.gov.my/sid/vc-token</code>/19d3b96a-6c4d-485a-9514-cbf6ccfeed6b, <code>http://fhir.hie.moh.gov.my/sid/encounter-id</code>/HTJ-ENC-2307000110</p><p><b>status</b>: Arrived</p><h3>StatusHistories</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Status</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>Planned</td><td>2023-07-07 17:50:00+0800 --> 2023-07-07 18:20:00+0800</td></tr></table><p><b>class</b>: <a href=\"CodeSystem-code-system-encounter-class-my-core.html#code-system-encounter-class-my-core-VR\">CodeSystemEncounterClass (MY Core) VR</a>: Virtual</p><p><b>type</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core 86}\">Addiction & Substance Abuse</span></p><p><b>serviceType</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/service-type-my-core VCI}\">Individual Virtual Consultation</span></p><p><b>subject</b>: <a href=\"Patient/48e364a3-aa9b-4364-8458-d75c1591ef0d\">SIVAKUMAR A/L ARUMUGAM </a></p><p><b>period</b>: 2023-07-07 17:50:35+0800 --> (ongoing)</p><p><b>serviceProvider</b>: <a href=\"Organization/11-05060009\">Organization/11-05060009</a></p></div>"
},
"identifier" : [
{
"system" : "http://fhir.hie.moh.gov.my/sid/vc-token",
"value" : "19d3b96a-6c4d-485a-9514-cbf6ccfeed6b"
},
{
"system" : "http://fhir.hie.moh.gov.my/sid/encounter-id",
"value" : "HTJ-ENC-2307000110"
}
],
"status" : "arrived",
"statusHistory" : [
{
"status" : "planned",
"period" : {
"start" : "2023-07-07T17:50:00+08:00",
"end" : "2023-07-07T18:20:00+08:00"
}
}
],
"class" : {
"system" : "http://fhir.hie.moh.gov.my/CodeSystem/encounter-class-my-core",
"code" : "VR",
"display" : "Virtual"
},
"type" : [
{
"coding" : [
{
"system" : "http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core",
"code" : "86",
"display" : "Addiction & Substance Abuse"
}
]
}
],
"serviceType" : {
"coding" : [
{
"system" : "http://fhir.hie.moh.gov.my/CodeSystem/service-type-my-core",
"code" : "VCI",
"display" : "Individual Virtual Consultation"
}
]
},
"subject" : {
"reference" : "Patient/48e364a3-aa9b-4364-8458-d75c1591ef0d",
"type" : "Patient",
"display" : "SIVAKUMAR A/L ARUMUGAM "
},
"period" : {
"start" : "2023-07-07T17:50:35+08:00"
},
"serviceProvider" : {
"reference" : "Organization/11-05060009"
}
}