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" : "DiagnosticReport",
"id" : "example-diagnosticreport-dr-img-sample",
"meta" : {
"lastUpdated" : "2023-04-11T13:43:55.704+08:00",
"source" : "sample",
"profile" : [
🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/DiagnosticReport-my-core"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport example-diagnosticreport-dr-img-sample</b></p><a name=\"example-diagnosticreport-dr-img-sample\"> </a><a name=\"hcexample-diagnosticreport-dr-img-sample\"> </a><a name=\"example-diagnosticreport-dr-img-sample-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\">Last updated: 2023-04-11 13:43:55+0800; </p><p style=\"margin-bottom: 0px\">Information Source: sample</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DiagnosticReport-my-core.html\">DiagnosticReport (MY Core)</a></p></div><h2><span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/imaging-my-core 002}\">Abdomen</span> (<span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core 363679005}\">Imaging</span>, <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/imaging-modality-my-core 01}\">GENERAL RADIOGRAPHY</span>, <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/imaging-region-my-core 001}\">ABDOMEN (GENERAL RADIOGRAPHY)</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Not done yet</td></tr><tr><td>When For</td><td>2022-12-26 08:00:08+0800</td></tr><tr><td>Reported</td><td>2022-12-26 08:00:00+0800</td></tr><tr><td>Performers</td><td> Amirul Bin Azhar (Identifier: primary_performer) Izzudin Bin Zaid (Identifier: secondary_performer) Nizam Bin Zulkifli (Identifier: verified_by) Nizar Bin Zubir (Identifier: validated_by)</td></tr><tr><td>Identifier</td><td> <a href=\"http://terminology.hl7.org/6.2.0/NamingSystem-dui.html\" title=\"An OID issued under DICOM OID rules. DICOM OIDs are represented as plain OIDs, with a prefix of "urn:oid:". See https://www.dicomstandard.org/\">DICOM Unique Id</a>/urn:oid:2.16.124.113543.1154777499.30246.19789.3503430046</td></tr></table><p><b>Report Details</b></p><p>Report entry goes here</p></div>"
},
"extension" : [
{
"url" : "http://fhir.hie.moh.gov.my/StructureDefinition/printed-date-my-core",
"valueDateTime" : "2022-03-27T08:00:08+08:00"
},
{
"extension" : [
{
"url" : "amendedDate",
"valueDateTime" : "2022-03-27T08:00:08+08:00"
},
{
"url" : "amendedReason",
"valueCodeableConcept" : {
"text" : "Amended Reason remark goes here"
}
}
],
"url" : "http://fhir.hie.moh.gov.my/StructureDefinition/amended-reason-my-core"
}
],
"identifier" : [
{
"system" : "urn:dicom:uid",
"value" : "urn:oid:2.16.124.113543.1154777499.30246.19789.3503430046"
}
],
"status" : "amended",
"category" : [
{
"coding" : [
{
"system" : "http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core",
"code" : "363679005",
"display" : "Imaging"
}
]
},
{
"coding" : [
{
"system" : "http://fhir.hie.moh.gov.my/CodeSystem/imaging-modality-my-core",
"code" : "01",
"display" : "GENERAL RADIOGRAPHY"
}
]
},
{
"coding" : [
{
"system" : "http://fhir.hie.moh.gov.my/CodeSystem/imaging-region-my-core",
"code" : "001",
"display" : "ABDOMEN (GENERAL RADIOGRAPHY)"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://fhir.hie.moh.gov.my/CodeSystem/imaging-my-core",
"code" : "002",
"display" : "Abdomen"
}
]
},
"subject" : {
"reference" : "Patient/patient-sample"
},
"encounter" : {
"reference" : "Encounter/encounter-sample"
},
"effectiveDateTime" : "2022-12-26T08:00:08+08:00",
"issued" : "2022-12-26T08:00:00+08:00",
"performer" : [
{
"type" : "PractitionerRole",
"identifier" : {
"value" : "primary_performer"
},
"display" : "Amirul Bin Azhar"
},
{
"type" : "PractitionerRole",
"identifier" : {
"value" : "secondary_performer"
},
"display" : "Izzudin Bin Zaid"
},
{
"type" : "PractitionerRole",
"identifier" : {
"value" : "verified_by"
},
"display" : "Nizam Bin Zulkifli"
},
{
"type" : "PractitionerRole",
"identifier" : {
"value" : "validated_by"
},
"display" : "Nizar Bin Zubir"
}
],
"resultsInterpreter" : [
{
"type" : "PractitionerRole",
"identifier" : {
"system" : "http://fhir.hie.moh.gov.my/sid/mmc-no",
"value" : "12345"
},
"display" : "Arumugan A/L Aryan"
}
],
"conclusion" : "Report entry goes here"
}