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

: Coverage - JSON Representation

Raw json | Download


{
  "resourceType" : "Coverage",
  "id" : "coverage-example",
  "meta" : {
    "profile" : [
      "https://rathpanyowat.github.io/ncd-th-ig-demo/StructureDefinition/ncdth-coverage"
    ]
  },
  "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 \"coverage-example\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ncdth-coverage.html\">Coverage (NCD TH)</a></p></div><p><b>status</b>: active</p><p><b>type</b>: Universal Coverage <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-th-gov-coverage-type-cs.html\">Thai Government Coverage Type Code System</a>#UC; <a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-v3-ActCode.html\">ActCode</a>#PUBLICPOL \"public healthcare\")</span></p><p><b>beneficiary</b>: <a href=\"Patient-patient-example.html\">Patient/patient-example</a> \" ใจดี\"</p><p><b>payor</b>: <span>: Government</span></p></div>"
  },
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "https://rathpanyowat.github.io/ncd-th-ig-demo/CodeSystem/th-gov-coverage-type-cs",
        "code" : "UC",
        "display" : "Universal Coverage"
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "PUBLICPOL",
        "display" : "public healthcare"
      }
    ]
  },
  "beneficiary" : {
    "reference" : "Patient/patient-example"
  },
  "payor" : [
    {
      "display" : "Government"
    }
  ]
}