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
{
"resourceType" : "Patient",
"id" : "e8b835f7-0c46-4166-22ad-23e6783aaf54",
"text" : {
"status" : "generated",
"div" : "<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\u00a0(use:\u00a0usual,\u00a0)</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>"
},
"identifier" : [
{
"use" : "usual",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR"
}
]
},
"system" : "urn:oid:2.16.840.1.113883.19.5",
"value" : "M0R1N2"
},
{
"system" : "http://fhir.purified.link/example/identifierSystem/ehr-source-system-demo",
"value" : "12434"
}
],
"active" : true,
"name" : [
{
"family" : "Smith",
"given" : [
"Jerry"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "0707-123456"
},
{
"system" : "phone",
"value" : "0708-123456"
}
],
"gender" : "male",
"birthDate" : "1918-01-10",
"deceasedDateTime" : "2025-07-28T01:59:23.388+01:00"
}