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

Raw json | Download

{
  "resourceType" : "Consent",
  "id" : "example-consent",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2022-04-08T07:45:26.344+08:00",
    "source" : "http://provider.hie.moh.gov.my",
    "profile" : [
      🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/Consent-my-core"
    ],
    "tag" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "HTEST",
        "display" : "test health data"
      },
      {
        "system" : "https://smilecdr.com/fhir/NamingSystem/tags",
        "code" : "validation_passed",
        "display" : "Validation Passed"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent example-consent</b></p><a name=\"example-consent\"> </a><a name=\"hcexample-consent\"> </a><a name=\"example-consent-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: 1; Last updated: 2022-04-08 07:45:26+0800; </p><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-Consent-my-core.html\">Consent (MY Core)</a></p><p style=\"margin-bottom: 0px\">Tags: test health data (Details: ActReason code HTEST = 'test health data'), Validation Passed (Details: tags code validation_passed = 'Validation Passed')</p></div><p><b>identifier</b>: example-consent</p><p><b>status</b>: Inactive</p><p><b>scope</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentscope patient-privacy}\">Privacy Consent</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 59284-0}, {http://loinc.org 57016-8}\">Patient Consent</span></p><p><b>patient</b>: <a href=\"Patient-example-patient.html\">AIMAN HAZIQ(official) Male, DoB: 1951-01-20 ( http://fhir.hie.moh.gov.my/sid/my-kad-no#{{patientMyKadNo}}\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>policyRule</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentpolicycodes hipaa-auth}\">HIPAA Authorization</span></p></div>"
  },
  "identifier" : [
    {
      "value" : "example-consent"
    }
  ],
  "status" : "inactive",
  "scope" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentscope",
        "code" : "patient-privacy",
        "display" : "Privacy Consent"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "59284-0",
          "display" : "Patient Consent"
        },
        {
          "system" : "http://loinc.org",
          "code" : "57016-8",
          "display" : "Privacy policy acknowledgement Document"
        }
      ]
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "policyRule" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentpolicycodes",
        "code" : "hipaa-auth",
        "display" : "HIPAA Authorization"
      }
    ]
  }
}