(ร่าง) 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

: Encounter - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="encounter-example"/>
  <meta>
    <profile
             value="https://rathpanyowat.github.io/ncd-th-ig-demo/StructureDefinition/ncdth-encounter"/>
  </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 "encounter-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ncdth-encounter.html">Encounter (NCD TH)</a></p></div><p><b>identifier</b>: id: 1234</p><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'ambulatory')</p><p><b>type</b>: Agreeing on diabetes care plan <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#703040004)</span></p><p><b>subject</b>: <a href="Patient-patient-example.html">Patient/patient-example</a> " ใจดี"</p><p><b>episodeOfCare</b>: <a href="EpisodeOfCare-episode-of-care-example.html">EpisodeOfCare/episode-of-care-example</a></p><h3>Participants</h3><table class="grid"><tr><td>-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td>*</td><td>primary performer <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.0.0/CodeSystem-v3-ParticipationType.html">ParticipationType</a>#PPRF)</span></td><td><a href="Practitioner">Practitioner</a> "Practitioner"</td></tr></table><p><b>serviceProvider</b>: <a href="Organization-organization-example.html">Organization/organization-example</a> "โรงพยาบาล NCD"</p></div>
  </text>
  <identifier>
    <system value="http://examplehospital.com/episode"/>
    <value value="1234"/>
  </identifier>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="ambulatory"/>
  </class>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="703040004"/>
      <display value="Agreeing on diabetes care plan"/>
    </coding>
  </type>
  <subject>
    <reference value="Patient/patient-example"/>
  </subject>
  <episodeOfCare>
    <reference value="EpisodeOfCare/episode-of-care-example"/>
  </episodeOfCare>
  <participant>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="PPRF"/>
        <display value="primary performer"/>
      </coding>
    </type>
    <individual>
      <reference value="Practitioner"/>
    </individual>
  </participant>
  <serviceProvider>
    <reference value="Organization/organization-example"/>
  </serviceProvider>
</Encounter>