(ร่าง) Thai NCD Implementation Guide
0.1.0 - ci-build Thailand flag

(ร่าง) Thai NCD Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: EpisodeOfCare - XML Representation

Raw xml | Download



<EpisodeOfCare xmlns="http://hl7.org/fhir">
  <id value="episode-of-care-example"/>
  <meta>
    <profile
             value="https://rathpanyowat.github.io/ncd-th-ig-demo/StructureDefinition/ncdth-episode-of-care"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><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">Resource "episode-of-care-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ncdth-episode-of-care.html">EpisodeOfCare (NCD TH)</a></p></div><p><b>identifier</b>: id: 1234</p><p><b>status</b>: active</p><p><b>type</b>: Home and Community Care <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.0.0/CodeSystem-episodeofcare-type.html">Episode of care type</a>#hacc)</span></p><blockquote><p><b>diagnosis</b></p><p><b>condition</b>: <a href="Condition-condition-example1.html">Condition/condition-example1</a></p></blockquote><blockquote><p><b>diagnosis</b></p><p><b>condition</b>: <a href="Condition-condition-example2.html">Condition/condition-example2</a></p></blockquote><p><b>patient</b>: <a href="Patient-patient-example.html">Patient/patient-example</a> " ใจดี"</p><p><b>managingOrganization</b>: <a href="Organization-organization-example.html">Organization/organization-example</a> "โรงพยาบาล NCD"</p><p><b>period</b>: 2022-02-02 --&gt; (ongoing)</p><p><b>careManager</b>: <a href="Practitioner">Practitioner</a> "Practitioner"</p><p><b>team</b>: <a href="CareTeam">CareTeam</a> "CareTeam"</p></div>
  </text>
  <identifier>
    <system value="http://examplehospital.com/episode"/>
    <value value="1234"/>
  </identifier>
  <status value="active"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/episodeofcare-type"/>
      <code value="hacc"/>
      <display value="Home and Community Care"/>
    </coding>
  </type>
  <diagnosis>
    <condition>
      <reference value="Condition/condition-example1"/>
    </condition>
  </diagnosis>
  <diagnosis>
    <condition>
      <reference value="Condition/condition-example2"/>
    </condition>
  </diagnosis>
  <patient>
    <reference value="Patient/patient-example"/>
  </patient>
  <managingOrganization>
    <reference value="Organization/organization-example"/>
  </managingOrganization>
  <period>
    <start value="2022-02-02"/>
  </period>
  <careManager>
    <reference value="Practitioner"/>
  </careManager>
  <team>
    <reference value="CareTeam"/>
  </team>
</EpisodeOfCare>