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-flag - JSON Representation

Raw json | Download

{
  "resourceType" : "Flag",
  "id" : "example-flag",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2022-09-23T17:13:11.954+08:00",
    "source" : "http://provider.hie.moh.gov.my#vXzRR9wjxUxg0eRc",
    "profile" : [
      🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/Flag-my-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Flag example-flag</b></p><a name=\"example-flag\"> </a><a name=\"hcexample-flag\"> </a><a name=\"example-flag-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: 3; Last updated: 2022-09-23 17:13:11+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://provider.hie.moh.gov.my#vXzRR9wjxUxg0eRc\">http://provider.hie.moh.gov.my#vXzRR9wjxUxg0eRc</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Flag-my-core.html\">Flag (MY Core)</a></p></div><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/flag-category behavioral}\">Behavioral</span></p><p><b>code</b>: <span title=\"Codes:\">Test</span></p><p><b>subject</b>: <a href=\"Patient/f92c383f-68de-46c1-8cde-970efa2d0f15\">Patient/f92c383f-68de-46c1-8cde-970efa2d0f15</a></p><p><b>author</b>: <a href=\"PractitionerRole/ed71b734-2c43-491c-ad83-bb11ab0154b5/_history/3\">AHMAD AL AMIN</a></p></div>"
  },
  "status" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/flag-category",
          "code" : "behavioral",
          "display" : "Behavioral"
        }
      ]
    }
  ],
  "code" : {
    "text" : "Test"
  },
  "subject" : {
    "reference" : "Patient/f92c383f-68de-46c1-8cde-970efa2d0f15"
  },
  "author" : {
    "reference" : "PractitionerRole/ed71b734-2c43-491c-ad83-bb11ab0154b5/_history/3",
    "display" : "AHMAD AL AMIN"
  }
}