臺灣血液透析實作指引 (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" : "Procedure",
  "id" : "hd-session-example",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.muen.tw/ig/hd/StructureDefinition/hd-session"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure hd-session-example</b></p><a name=\"hd-session-example\"> </a><a name=\"hchd-session-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-session.html\">血液透析治療紀錄 (Hemodialysis Session)</a></p></div><p><b>照護場域 (Care Setting)</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode AMB}, {https://fhir.muen.tw/ig/hd/CodeSystem/hd-care-setting outpatient}\">ambulatory</span></p><p><b>是否使用 IV 鐵劑 (IV Iron Used)</b>: true</p><p><b>EPO 種類 (EPO Type)</b>: <span title=\"Codes:{http://www.whocc.no/atc B03XA01}, {https://fhir.muen.tw/ig/hd/CodeSystem/epo-type 2}\">erythropoietin</span></p><p><b>EPO 劑量 (EPO Dose)</b>: 4000 [iU]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code[iU] = '[iU]')</span></p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 302497006}\">血液透析治療</span></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>performed</b>: 2024-03-01</p></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.muen.tw/ig/hd/StructureDefinition/hd-session-care-setting",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
            "code" : "AMB",
            "display" : "ambulatory"
          },
          {
            "system" : "https://fhir.muen.tw/ig/hd/CodeSystem/hd-care-setting",
            "code" : "outpatient",
            "display" : "門診 (Outpatient)"
          }
        ]
      }
    },
    {
      "url" : "https://fhir.muen.tw/ig/hd/StructureDefinition/hd-session-iv-iron-used",
      "valueBoolean" : true
    },
    {
      "url" : "https://fhir.muen.tw/ig/hd/StructureDefinition/hd-session-epo-type",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://www.whocc.no/atc",
            "code" : "B03XA01",
            "display" : "erythropoietin"
          },
          {
            "system" : "https://fhir.muen.tw/ig/hd/CodeSystem/epo-type",
            "code" : "2",
            "display" : "Epoepin-b (Recormon)"
          }
        ]
      }
    },
    {
      "url" : "https://fhir.muen.tw/ig/hd/StructureDefinition/hd-session-epo-dose",
      "valueQuantity" : {
        "value" : 4000,
        "system" : "http://unitsofmeasure.org",
        "code" : "[iU]"
      }
    }
  ],
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "302497006",
        "display" : "Hemodialysis procedure"
      }
    ],
    "text" : "血液透析治療"
  },
  "subject" : {
    🔗 "reference" : "Patient/hd-patient-example"
  },
  "performedDateTime" : "2024-03-01"
}