身體活動與飲食實作指引
0.1.0 - ci-build

身體活動與飲食實作指引, published by 衛生福利部國民健康署. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hpapa2025/pad/ and changes regularly. See the Directory of published versions

: 使用者資訊 - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="pat-min"/>
  <meta>
    <profile
             value="https://www.hpa.gov.tw/pad/StructureDefinition/Patient-pad"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><div style="display: inline-block; background-color: #dbe7d9ff; padding: 6px; margin: 4px; border: 1px solid #9fc298ff; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Profile:<a href="StructureDefinition-Patient-pad.html">使用者資訊-Patient PAD</a></p></div><p><b>姓名</b>:王大明</p><p><b>使用者性別</b>:male</p><p><b>出生日期</b>:2001-01-01</p><p><b>年齡</b>:35 歲</p><p><b>居住縣市</b>:台北市</p></div>
  </text>
  <extension
             url="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/person-age">
    <valueAge>
      <value value="35"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="a"/>
    </valueAge>
  </extension>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NNxxx"/>
      </coding>
    </type>
    <system value="http://www.moi.gov.tw"/>
    <value value="A123456789"/>
  </identifier>
  <name>
    <use value="usual"/>
    <text value="王大明"/>
  </name>
  <gender value="male"/>
  <birthDate value="2001-01-01"/>
  <address>
    <postalCode>
      <extension
                 url="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code">
        <valueCodeableConcept>
          <coding>
            <system
                    value="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw"/>
            <code value="103"/>
          </coding>
        </valueCodeableConcept>
      </extension>
    </postalCode>
  </address>
</Patient>