Frenda Wof-Connect FLC, published by Service Well AB. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/servicewell/servicewell.fhir.se.frenda-wof-connect-flc/ and changes regularly. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="GetPatientDetailsResultExample"/>
<meta>
<profile
value="http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/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 GetPatientDetailsResultExample</b></p><a name="GetPatientDetailsResultExample"> </a><a name="hcGetPatientDetailsResultExample"> </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="http://canonical.fhir.link/servicewell/wof-connect/0.1.3/StructureDefinition-wof-connect-patient.html">Wof Connect Patient</a></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</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>
<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>