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

Raw json | Download


{
  "resourceType" : "EpisodeOfCare",
  "id" : "episode-of-care-example",
  "meta" : {
    "profile" : [
      "https://rathpanyowat.github.io/ncd-th-ig-demo/StructureDefinition/ncdth-episode-of-care"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [
    {
      "system" : "http://examplehospital.com/episode",
      "value" : "1234"
    }
  ],
  "status" : "active",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/episodeofcare-type",
          "code" : "hacc",
          "display" : "Home and Community Care"
        }
      ]
    }
  ],
  "diagnosis" : [
    {
      "condition" : {
        "reference" : "Condition/condition-example1"
      }
    },
    {
      "condition" : {
        "reference" : "Condition/condition-example2"
      }
    }
  ],
  "patient" : {
    "reference" : "Patient/patient-example"
  },
  "managingOrganization" : {
    "reference" : "Organization/organization-example"
  },
  "period" : {
    "start" : "2022-02-02"
  },
  "careManager" : {
    "reference" : "Practitioner"
  },
  "team" : [
    {
      "reference" : "CareTeam"
    }
  ]
}