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" : "CarePlan",
"id" : "example-careplan",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2022-06-22T08:43:47.456+08:00",
"source" : "http://provider.hie.moh.gov.my",
"profile" : [
🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/CarePlan-my-core"
],
"tag" : [
{
"system" : "https://smilecdr.com/fhir/NamingSystem/tags",
"code" : "validation_failed_with_warning",
"display" : "Validation Failed with Warning"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan example-careplan</b></p><a name=\"example-careplan\"> </a><a name=\"hcexample-careplan\"> </a><a name=\"example-careplan-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: 2022-06-22 08:43:47+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-CarePlan-my-core.html\">CarePlan (MY Core)</a></p><p style=\"margin-bottom: 0px\">Tag: Validation Failed with Warning (Details: tags code validation_failed_with_warning = 'Validation Failed with Warning')</p></div><p><b>status</b>: Completed</p><p><b>intent</b>: Plan</p><p><b>subject</b>: <a href=\"Patient/HIE-2200000107\">Patient/HIE-2200000107</a></p><p><b>encounter</b>: <a href=\"Encounter/HTP-ENC-2206000070\">Encounter/HTP-ENC-2206000070</a></p><p><b>period</b>: 2022-06-22 16:00:00+0800 --> 2022-07-22 17:00:00+0800</p><p><b>created</b>: 2022-06-22 16:00:00+0800</p><p><b>author</b>: <a href=\"PractitionerRole/example-practitionerrole-01\">PractitionerRole/example-practitionerrole-01</a></p><p><b>note</b>: This is where user will key in entry for now as free text. will be expanded later during stage 2 hopefully</p></div>"
},
"status" : "completed",
"intent" : "plan",
"subject" : {
"reference" : "Patient/HIE-2200000107"
},
"encounter" : {
"reference" : "Encounter/HTP-ENC-2206000070"
},
"period" : {
"start" : "2022-06-22T16:00:00.000+08:00",
"end" : "2022-07-22T17:00:00.000+08:00"
},
"created" : "2022-06-22T16:00:00.000+08:00",
"author" : {
"reference" : "PractitionerRole/example-practitionerrole-01"
},
"note" : [
{
"text" : "This is where user will key in entry for now as free text. will be expanded later during stage 2 hopefully"
}
]
}