台灣癌症登記長表實作指引 (Taiwan Cancer Registry Long Form Implementation Guide)
0.1.1 - ci-build

台灣癌症登記長表實作指引 (Taiwan Cancer Registry Long Form Implementation Guide) - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: LFPatientExample - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="LFPatientExample"/>
  <meta>
    <profile
             value="https://hapi.fhir.tw/fhir/StructureDefinition/lf-Patient-profile"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Wang Amy(OFFICIAL)</b> male, DoB: 1986-03-24 (護照號碼: 123456789)</p></div>
  </text>
  <extension
             url="https://hapi.fhir.tw/fhir/StructureDefinition/lf-LastContactOrDeath-extension">
    <valueDateTime value="2022-08-14"/>
  </extension>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NNxxx">
          <extension
                     url="https://hapi.fhir.tw/fhir/StructureDefinition/lf-IdentifierSuffix-extension">
            <extension url="suffix">
              <valueString value="TWN"/>
            </extension>
            <extension url="valueSet">
              <valueCanonical
                              value="http://hl7.org/fhir/ValueSet/iso3166-1-3"/>
            </extension>
          </extension>
        </code>
        <display
                 value="National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code"/>
      </coding>
    </type>
    <system value="http://www.moi.gov.tw"/>
    <value value="123456789"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
        <display value="Medical record number"/>
      </coding>
    </type>
    <system value="https://www.vghtpe.gov.tw/Index.action"/>
    <value value="10216"/>
  </identifier>
  <name>
    <use value="official"/>
    <text value="Wang Amy"/>
    <family value="Wang"/>
    <given value="Amy"/>
  </name>
  <gender value="male"/>
  <birthDate value="1986-03-24"/>
  <deceasedBoolean value="true"/>
  <address>
    <postalCode value="112"/>
  </address>
  <managingOrganization>🔗 
    <reference value="Organization/LFOrganizationExample"/>
  </managingOrganization>
</Patient>