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

: DiagnosticReport - Lab Metabolic Profile - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "diagnostic-report-lab-example2",
  "meta" : {
    "profile" : [
      "https://rathpanyowat.github.io/ncd-th-ig-demo/StructureDefinition/ncdth-diagnostic-report-lab"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://tmlt.this.or.th 320262}\">Metabolic screen</span> (<span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>สมชาย ใจดี </b> (no stated gender) 1974-12-25 ( id: 1222233333445 (OFFICIAL))</td></tr><tr><td>When For</td><td>2022-02-20 02:28:17+0700</td></tr><tr><td>Reported</td><td>2022-02-20 07:28:17+0000</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-observation-example-fbs.html\"><span title=\"Codes: {https://tmlt.this.or.th 320291}\">FBS</span></a></td><td>100 mg/dL</td><td>2022-02-20 02:28:17+0700</td></tr><tr><td><a href=\"Observation-observation-example-rbs.html\"><span title=\"Codes: {https://tmlt.this.or.th 320062}\">RBS</span></a></td><td>100 mg/dL</td><td>2022-02-20 02:28:17+0700</td></tr><tr><td><a href=\"Observation-observation-example-bun.html\"><span title=\"Codes: {https://tmlt.this.or.th 320052}\">BUN</span></a></td><td>10 mg/dL</td><td>2022-02-20 02:28:17+0700</td></tr><tr><td><a href=\"Observation-observation-example-cr.html\"><span title=\"Codes: {https://tmlt.this.or.th 320055}\">Creatinine</span></a></td><td>0.75 mg/dL</td><td>2022-02-20 02:28:17+0700</td></tr></table></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "LAB"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://tmlt.this.or.th",
        "code" : "320262",
        "display" : "Metabolic screen"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/patient-example"
  },
  "encounter" : {
    "reference" : "Encounter/encounter-example"
  },
  "effectiveDateTime" : "2022-02-20T14:28:17+07:00",
  "issued" : "2022-02-20T14:28:17+07:00",
  "result" : [
    {
      "reference" : "Observation/observation-example-fbs"
    },
    {
      "reference" : "Observation/observation-example-rbs"
    },
    {
      "reference" : "Observation/observation-example-bun"
    },
    {
      "reference" : "Observation/observation-example-cr"
    }
  ]
}