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-encounter-Enc-800",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2023-09-21T12:12:04.586+08:00",
"source" : "http://provider.hie.moh.gov.my",
"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-encounter-Enc-800</b></p><a name=\"example-encounter-Enc-800\"> </a><a name=\"hcexample-encounter-Enc-800\"> </a><a name=\"example-encounter-Enc-800-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: 2023-09-21 12:12:04+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://provider.hie.moh.gov.my\">http://provider.hie.moh.gov.my</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/encounter-id</code>/HTJ-ENC-2309000197</p><p><b>status</b>: Arrived</p><p><b>class</b>: <a href=\"CodeSystem-code-system-encounter-class-my-core.html#code-system-encounter-class-my-core-AMB\">CodeSystemEncounterClass (MY Core) AMB</a>: Outpatient</p><p><b>type</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core 02}\">General Medicine</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>subject</b>: <a href=\"Patient/8bc61ffd-43fe-4de7-9de3-3ebab66e6b4e\">Patient/8bc61ffd-43fe-4de7-9de3-3ebab66e6b4e</a></p><p><b>period</b>: 2023-09-07 08:00:00+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/encounter-id",
"value" : "HTJ-ENC-2309000197"
}
],
"status" : "arrived",
"class" : {
"system" : "http://fhir.hie.moh.gov.my/CodeSystem/encounter-class-my-core",
"code" : "AMB"
},
"type" : [
{
"coding" : [
{
"system" : "http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core",
"code" : "02"
}
]
}
],
"serviceType" : {
"coding" : [
{
"system" : "http://fhir.hie.moh.gov.my/CodeSystem/service-type-my-core",
"code" : "03",
"display" : "Outpatient"
}
]
},
"subject" : {
"reference" : "Patient/8bc61ffd-43fe-4de7-9de3-3ebab66e6b4e"
},
"period" : {
"start" : "2023-09-07T08:00:00+08:00"
},
"serviceProvider" : {
"reference" : "Organization/11-05060009"
}
}