WOF Connect📍
0.1.1 - ci-build [WIP]

WOF Connect📍, published by Service Well AB. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/servicewell/servicewell.fhir.wof-connect/ and changes regularly. See the Directory of published versions

: Patient-GetByPersonalNumberExample - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="Patient-GetByPersonalNumberExample"/>
  <meta>
    <profile
             value="http://canonical.fhir.link/servicewell/wof-connect/StructurDefinition/wof-connect-patient"/>
    <tag>
      <system
              value="http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/pms-system"/>
      <code value="frenda"/>
    </tag>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient Patient-GetByPersonalNumberExample</b></p><a name="Patient-GetByPersonalNumberExample"> </a><a name="hcPatient-GetByPersonalNumberExample"> </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: <code>http://canonical.fhir.link/servicewell/wof-connect/StructurDefinition/wof-connect-patient</code></p><p style="margin-bottom: 0px">Tag: Frenda (Details: WOF-Connect PMS System code frenda = 'Frenda')</p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Darth Vader (no stated gender), DoB Unknown ( urn:oid:1.2.752.129.2.1.3.1#199001072397)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li><a href="mailto:darth.vader@example.invalid">darth.vader@example.invalid</a></li><li>ph: 0763002510(Mobile)</li></ul></td></tr></table></div>
  </text>
  <identifier>
    <system value="urn:oid:1.2.752.129.2.1.3.1"/>
    <value value="199001072397"/>
  </identifier>
  <name>
    <text value="Darth Vader"/>
    <family value="Vader"/>
    <given value="Darth"/>
  </name>
  <telecom>
    <system value="email"/>
    <value value="darth.vader@example.invalid"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="0763002510"/>
    <use value="mobile"/>
  </telecom>
</Patient>