台北榮民總醫院-治療計畫書實作指引(VGH-IG)
0.1.0 - ci-build

台北榮民總醫院-治療計畫書實作指引(VGH-IG) - Local Development build (v0.1.0). See the Directory of published versions

: PatientExample - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="PatientExample"/>
  <meta>
    <profile value="http://example.org/StructureDefinition/patient-profile"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>John B. Anyperson </b> male, DoB: 1951-01-20</p></div>
  </text>
  <name>
    <family value="Anyperson"/>
    <given value="John"/>
    <given value="B."/>
  </name>
  <gender value="male"/>
  <birthDate value="1951-01-20"/>
  <contact>
    <telecom>
      <system value="phone"/>
      <value value="555-555-5555"/>
      <use value="home"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="john.anyperson@example.com"/>
    </telecom>
  </contact>
</Patient>