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
<Consent xmlns="http://hl7.org/fhir">
<id value="example-consent"/>
<meta>
<versionId value="1"/>
<lastUpdated value="2022-04-08T07:45:26.344+08:00"/>
<source value="http://provider.hie.moh.gov.my"/>
<profile
value="http://fhir.hie.moh.gov.my/StructureDefinition/Consent-my-core"/>
<tag>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
<code value="HTEST"/>
<display value="test health data"/>
</tag>
<tag>
<system value="https://smilecdr.com/fhir/NamingSystem/tags"/>
<code value="validation_passed"/>
<display value="Validation Passed"/>
</tag>
</meta>
<text>
<status value="generated"/>
<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}} (use: official, ))</a></p><p><b>policyRule</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/consentpolicycodes hipaa-auth}">HIPAA Authorization</span></p></div>
</text>
<identifier>
<value value="example-consent"/>
</identifier>
<status value="inactive"/>
<scope>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/consentscope"/>
<code value="patient-privacy"/>
<display value="Privacy Consent"/>
</coding>
</scope>
<category>
<coding>
<system value="http://loinc.org"/>
<code value="59284-0"/>
<display value="Patient Consent"/>
</coding>
<coding>
<system value="http://loinc.org"/>
<code value="57016-8"/>
<display value="Privacy policy acknowledgement Document"/>
</coding>
</category>
<patient>🔗
<reference value="Patient/example-patient"/>
</patient>
<policyRule>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/consentpolicycodes"/>
<code value="hipaa-auth"/>
<display value="HIPAA Authorization"/>
</coding>
</policyRule>
</Consent>