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-careplan - XML Representation

Raw xml | Download


<CarePlan xmlns="http://hl7.org/fhir">
  <id value="example-careplan"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2022-06-22T08:43:47.456+08:00"/>
    <source value="http://provider.hie.moh.gov.my"/>
    <profile
             value="http://fhir.hie.moh.gov.my/StructureDefinition/CarePlan-my-core"/>
    <tag>
      <system value="https://smilecdr.com/fhir/NamingSystem/tags"/>
      <code value="validation_failed_with_warning"/>
      <display value="Validation Failed with Warning"/>
    </tag>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CarePlan example-careplan</b></p><a name="example-careplan"> </a><a name="hcexample-careplan"> </a><a name="example-careplan-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-06-22 08:43:47+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-CarePlan-my-core.html">CarePlan (MY Core)</a></p><p style="margin-bottom: 0px">Tag: Validation Failed with Warning (Details: tags code validation_failed_with_warning = 'Validation Failed with Warning')</p></div><p><b>status</b>: Completed</p><p><b>intent</b>: Plan</p><p><b>subject</b>: <a href="Patient/HIE-2200000107">Patient/HIE-2200000107</a></p><p><b>encounter</b>: <a href="Encounter/HTP-ENC-2206000070">Encounter/HTP-ENC-2206000070</a></p><p><b>period</b>: 2022-06-22 16:00:00+0800 --&gt; 2022-07-22 17:00:00+0800</p><p><b>created</b>: 2022-06-22 16:00:00+0800</p><p><b>author</b>: <a href="PractitionerRole/example-practitionerrole-01">PractitionerRole/example-practitionerrole-01</a></p><p><b>note</b>: This is where user will key in entry for now as free text. will be expanded later during stage 2 hopefully</p></div>
  </text>
  <status value="completed"/>
  <intent value="plan"/>
  <subject>
    <reference value="Patient/HIE-2200000107"/>
  </subject>
  <encounter>
    <reference value="Encounter/HTP-ENC-2206000070"/>
  </encounter>
  <period>
    <start value="2022-06-22T16:00:00.000+08:00"/>
    <end value="2022-07-22T17:00:00.000+08:00"/>
  </period>
  <created value="2022-06-22T16:00:00.000+08:00"/>
  <author>
    <reference value="PractitionerRole/example-practitionerrole-01"/>
  </author>
  <note>
    <text
          value="This is where user will key in entry for now as free text. will be expanded later during stage 2 hopefully"/>
  </note>
</CarePlan>