臺灣血液透析實作指引 (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

: 範例:血液透析治療紀錄 - XML Representation

Raw xml | Download


<Procedure xmlns="http://hl7.org/fhir">
  <id value="hd-session-example"/>
  <meta>
    <profile
             value="https://fhir.muen.tw/ig/hd/StructureDefinition/hd-session"/>
  </meta>
  <text>
    <status value="extensions"/>
    <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 (use: official, ))</a></p><p><b>performed</b>: 2024-03-01</p></div>
  </text>
  <extension
             url="https://fhir.muen.tw/ig/hd/StructureDefinition/hd-session-care-setting">
    <valueCodeableConcept>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
        <code value="AMB"/>
        <display value="ambulatory"/>
      </coding>
      <coding>
        <system
                value="https://fhir.muen.tw/ig/hd/CodeSystem/hd-care-setting"/>
        <code value="outpatient"/>
        <display value="門診 (Outpatient)"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="https://fhir.muen.tw/ig/hd/StructureDefinition/hd-session-iv-iron-used">
    <valueBoolean value="true"/>
  </extension>
  <extension
             url="https://fhir.muen.tw/ig/hd/StructureDefinition/hd-session-epo-type">
    <valueCodeableConcept>
      <coding>
        <system value="http://www.whocc.no/atc"/>
        <code value="B03XA01"/>
        <display value="erythropoietin"/>
      </coding>
      <coding>
        <system value="https://fhir.muen.tw/ig/hd/CodeSystem/epo-type"/>
        <code value="2"/>
        <display value="Epoepin-b (Recormon)"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="https://fhir.muen.tw/ig/hd/StructureDefinition/hd-session-epo-dose">
    <valueQuantity>
      <value value="4000"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="[iU]"/>
    </valueQuantity>
  </extension>
  <status value="completed"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="302497006"/>
      <display value="Hemodialysis procedure"/>
    </coding>
    <text value="血液透析治療"/>
  </code>
  <subject>🔗 
    <reference value="Patient/hd-patient-example"/>
  </subject>
  <performedDateTime value="2024-03-01"/>
</Procedure>