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" : "ServiceRequest",
"id" : "example-servicerequest-referral",
"meta" : {
"source" : "Postman",
"profile" : [
🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/ServiceRequest-my-core"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest example-servicerequest-referral</b></p><a name=\"example-servicerequest-referral\"> </a><a name=\"hcexample-servicerequest-referral\"> </a><a name=\"example-servicerequest-referral-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: Postman</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ServiceRequest-my-core.html\">ServiceRequest (MY Core)</a></p></div><p><b>identifier</b>: <code>http://fhir.hie.moh.gov.my/sid/service-request-id</code>/REF-21</p><p><b>status</b>: Active</p><p><b>intent</b>: Directive</p><p><b>category</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core 3457005}\">Patient referral</span></p><p><b>priority</b>: Routine</p><p><b>subject</b>: <a href=\"Patient/ROS-21\">Patient/ROS-21</a></p><p><b>encounter</b>: <a href=\"Encounter/ROS-ENC-21\">Encounter/ROS-ENC-21</a></p><p><b>authoredOn</b>: 2022-11-24 17:05:31+0800</p><p><b>requester</b>: <a href=\"Organization/11-05060009\">SAIFULDAULAH BIN MOHD HAFIZ NGOO</a></p><p><b>performerType</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core affiliate}\">Affiliate</span></p><p><b>performer</b>: </p><ul><li><a href=\"HealthcareService/8b48bb07-d59a-4ebd-8930-548a8114e257\">Primary Oral Health Care</a></li><li><a href=\"Organization/11-05040012\">HOSPITAL PORT DICKSON</a></li><li>Dr Hawa</li></ul><p><b>reasonCode</b>: <span title=\"Codes:\"><p>Referral Reason goes here</p></span></p><p><b>note</b>: <p>Entry Note goes here</p></p></div>"
},
"identifier" : [
{
"system" : "http://fhir.hie.moh.gov.my/sid/service-request-id",
"value" : "REF-21"
}
],
"status" : "active",
"intent" : "directive",
"category" : [
{
"coding" : [
{
"system" : "http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core",
"code" : "3457005",
"display" : "Patient referral"
}
]
}
],
"priority" : "routine",
"subject" : {
"reference" : "Patient/ROS-21"
},
"encounter" : {
"reference" : "Encounter/ROS-ENC-21"
},
"authoredOn" : "2022-11-24T17:05:31+08:00",
"requester" : {
"reference" : "Organization/11-05060009",
"display" : "SAIFULDAULAH BIN MOHD HAFIZ NGOO"
},
"performerType" : {
"coding" : [
{
"system" : "http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core",
"code" : "affiliate",
"display" : "Affiliate"
}
]
},
"performer" : [
{
"reference" : "HealthcareService/8b48bb07-d59a-4ebd-8930-548a8114e257",
"type" : "HealthcareService",
"display" : "Primary Oral Health Care"
},
{
"reference" : "Organization/11-05040012",
"type" : "Organization",
"display" : "HOSPITAL PORT DICKSON"
},
{
"type" : "PractitionerRole",
"display" : "Dr Hawa"
}
],
"reasonCode" : [
{
"text" : "<p>Referral Reason goes here</p>"
}
],
"note" : [
{
"text" : "<p>Entry Note goes here</p>"
}
]
}