臺灣血液透析實作指引 (TW HD IG)
0.0.2 - ci-build Taiwan, Province of China flag

臺灣血液透析實作指引 (TW HD IG) - Local Development build (v0.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 範例:住院(血管通路功能不良) - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "hd-encounter-example",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.muen.tw/ig/hd/StructureDefinition/hd-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter hd-encounter-example</b></p><a name=\"hd-encounter-example\"> </a><a name=\"hchd-encounter-example\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hd-encounter.html\">血液透析住出院 (HD Encounter)</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://hl7.org/fhir/R4/v3/ActCode/cs.html#v3-ActCode-IMP\">v3 Code System ActCode: IMP</a> (inpatient encounter)</p><p><b>subject</b>: <a href=\"Patient-hd-patient-example.html\">王小明(official) Male, DoB: 1965-03-12 ( Medical record number\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>period</b>: 2024-04-10 --&gt; 2024-04-15</p><p><b>reasonCode</b>: <span title=\"Codes:{https://fhir.muen.tw/ig/hd/CodeSystem/admission-reason-major A}, {https://fhir.muen.tw/ig/hd/CodeSystem/admission-reason A-11}\">透析相關疾病</span></p></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "IMP",
    "display" : "inpatient encounter"
  },
  "subject" : {
    🔗 "reference" : "Patient/hd-patient-example"
  },
  "period" : {
    "start" : "2024-04-10",
    "end" : "2024-04-15"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.muen.tw/ig/hd/CodeSystem/admission-reason-major",
          "code" : "A",
          "display" : "透析相關疾病"
        },
        {
          "system" : "https://fhir.muen.tw/ig/hd/CodeSystem/admission-reason",
          "code" : "A-11",
          "display" : "血管通路功能不良"
        }
      ]
    }
  ]
}