FLC Implementation Guide
0.2.4 - stable [WIP]
FLC Implementation Guide, published by Service Well AB. This guide is not an authorized publication; it is the continuous build for version 0.2.4 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/servicewell/flc.fhir.base/ and changes regularly. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="e8b835f7-0c46-4166-22ad-23e6783aaf54"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient e8b835f7-0c46-4166-22ad-23e6783aaf54</b></p><a name="e8b835f7-0c46-4166-22ad-23e6783aaf54"> </a><a name="hce8b835f7-0c46-4166-22ad-23e6783aaf54"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Jerry Smith Male, DoB: 1918-01-10 ( http://fhir.purified.link/example/identifierSystem/ehr-source-system-demo#EHRSourceSystem#12434)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td>true</td><td style="background-color: #f3f5da" title="Known status of Patient">Deceased:</td><td colspan="3">2025-07-28 01:59:23+0100</td></tr><tr><td style="background-color: #f3f5da" title="Other Id (see the one above)">Other Id:</td><td colspan="3">Medical record number/M0R1N2 (use: usual, )</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 0707-123456</li><li>ph: 0708-123456</li></ul></td></tr></table></div>
</text>
<identifier>
<use value="usual"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MR"/>
</coding>
</type>
<system value="urn:oid:2.16.840.1.113883.19.5"/>
<value value="M0R1N2"/>
</identifier>
<identifier>
<system
value="http://fhir.purified.link/example/identifierSystem/ehr-source-system-demo"/>
<value value="12434"/>
</identifier>
<active value="true"/>
<name>
<family value="Smith"/>
<given value="Jerry"/>
</name>
<telecom>
<system value="phone"/>
<value value="0707-123456"/>
</telecom>
<telecom>
<system value="phone"/>
<value value="0708-123456"/>
</telecom>
<gender value="male"/>
<birthDate value="1918-01-10"/>
<deceasedDateTime value="2025-07-28T01:59:23.388+01:00"/>
</Patient>