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

: example-condition-pl - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "example-condition-pl",
  "meta" : {
    "source" : "http://provider.hie.moh.gov.my",
    "profile" : [
      🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/Condition-my-core"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition example-condition-pl</b></p><a name=\"example-condition-pl\"> </a><a name=\"hcexample-condition-pl\"> </a><a name=\"example-condition-pl-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\">Profile: <a href=\"StructureDefinition-Condition-my-core.html\">Condition (MY Core)</a></p></div><blockquote><p><b>ExtensionAudit (MY Core)</b></p><ul><li>lastUpdater: SAIFULDAULAH BIN MOHD HAFIZ NGOO</li></ul></blockquote><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Comorbidities Item</span></p><p><b>code</b>: <span title=\"Codes:{http://id.who.int/icd/release/11/mms 5A11}\">Type 2 diabetes mellitus</span></p><p><b>subject</b>: <a href=\"Patient/219ac63e-91c7-4db8-93ab-4c9892ecbfb6\">Patient/219ac63e-91c7-4db8-93ab-4c9892ecbfb6</a></p><p><b>recordedDate</b>: 2023-09-12 13:23:45+0800</p><p><b>recorder</b>: SAIFULDAULAH BIN MOHD HAFIZ NGOO</p><p><b>note</b>: &lt;p&gt;Patient on OHA x2years&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;T metformin 2tab BD&lt;/p&gt; (By null @2023-09-12 13:23:45+0800)</p></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "lastUpdater",
          "valueReference" : {
            "display" : "SAIFULDAULAH BIN MOHD HAFIZ NGOO"
          }
        }
      ],
      "url" : "http://fhir.hie.moh.gov.my/StructureDefinition/audit-my-core"
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item",
          "display" : "Comorbidities Item"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://id.who.int/icd/release/11/mms",
        "code" : "5A11",
        "display" : "Type 2 diabetes mellitus"
      }
    ],
    "text" : "Type 2 diabetes mellitus"
  },
  "subject" : {
    "reference" : "Patient/219ac63e-91c7-4db8-93ab-4c9892ecbfb6"
  },
  "recordedDate" : "2023-09-12T13:23:45+08:00",
  "recorder" : {
    "type" : "PractitionerRole",
    "display" : "SAIFULDAULAH BIN MOHD HAFIZ NGOO"
  },
  "note" : [
    {
      "authorReference" : {
        "display" : "SAIFULDAULAH BIN MOHD HAFIZ NGOO"
      },
      "time" : "2023-09-12T13:23:45+08:00",
      "text" : "<p>Patient on OHA x2years</p><p><br></p><p>T metformin 2tab BD</p>"
    }
  ]
}