HL7 FHIR Malaysia Core (MY Core) Implementation Guide
1.1.0 - ci-build
HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v1.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Composition",
"id" : "example-composition",
"meta" : {
"source" : "http://provider.hie.moh.gov.my",
"profile" : [
🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/Composition-my-core",
"http://fhir.hie.moh.gov.my/StructureDefinition/Composition-general-my-core"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition example-composition</b></p><a name=\"example-composition\"> </a><a name=\"hcexample-composition\"> </a><a name=\"example-composition-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://provider.hie.moh.gov.my\">http://provider.hie.moh.gov.my</a></p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-Composition-my-core.html\">Composition (MY Core)</a>, <code>http://fhir.hie.moh.gov.my/StructureDefinition/Composition-general-my-core</code></p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11506-3}\">Progress Note</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 11506-3}\">Progress Note</span></p><p><b>encounter</b>: <a href=\"Encounter/example-encounter-s01-01\">Encounter/example-encounter-s01-01</a></p><p><b>date</b>: 2022-03-27</p><p><b>author</b>: <a href=\"PractitionerRole/example-practitionerrole-01\">PractitionerRole/example-practitionerrole-01</a></p><p><b>title</b>: Example Composition progress note</p><p><b>confidentiality</b>: normal</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td><td><b>Time</b></td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td>Legal</td><td>2022-03-27</td><td><a href=\"PractitionerRole/example-practitionerrole-02\">PractitionerRole/example-practitionerrole-02</a></td></tr></table><p><b>custodian</b>: <a href=\"Organization/11-05060009\">Hospital Tuanku Ja'afar, Seremban</a></p><h3>Events</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 34109-9}\">Note</span></td></tr></table></div>"
},
"status" : "final",
"type" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "11506-3",
"display" : "Progress Note"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "11506-3",
"display" : "Progress Note"
}
]
}
],
"subject" : {
"reference" : "Patient/example-patient-s01"
},
"encounter" : {
"reference" : "Encounter/example-encounter-s01-01"
},
"date" : "2022-03-27",
"author" : [
{
"reference" : "PractitionerRole/example-practitionerrole-01"
}
],
"title" : "Example Composition progress note",
"confidentiality" : "N",
"attester" : [
{
"mode" : "legal",
"time" : "2022-03-27",
"party" : {
"reference" : "PractitionerRole/example-practitionerrole-02"
}
}
],
"custodian" : {
"reference" : "Organization/11-05060009",
"display" : "Hospital Tuanku Ja'afar, Seremban"
},
"event" : [
{
"code" : [
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "34109-9",
"display" : "Note"
}
]
}
]
}
],
"section" : [
{
"title" : "Problem list",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "11450-4",
"display" : "Problem List"
}
]
},
"orderedBy" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/list-order",
"code" : "category",
"display" : "Category"
}
]
},
"entry" : [
{
"reference" : "Condition/3df0e72d-cc55-4089-b1aa-e2c40613e201"
},
{
"reference" : "Condition/3df0e72d-cc55-4089-b1aa-e2c40613e202"
}
]
},
{
"title" : "Note",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "34109-9",
"display" : "Note"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tr><td><b>Code</b></td><td><b>Date</b></td><td><b>Type</b></td><td><b>BodySite</b></td><td><b>Severity</b></td></tr><tr><td>Stroke</td><td>2010-07-18</td><td>Diagnosis</td><td/><td/></tr><tr><td>Burnt Ear</td><td>2012-05-24</td><td>Diagnosis</td><td>Left Ear</td><td/></tr><tr><td>Asthma</td><td>2012-11-12</td><td>Finding</td><td/><td>Mild</td></tr></table></div>"
}
}
]
}