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
{
"resourceType" : "Patient",
"id" : "Patient-GetByPersonalNumberExample",
"meta" : {
"profile" : [
"http://canonical.fhir.link/servicewell/wof-connect/StructurDefinition/wof-connect-patient"
],
"tag" : [
{
"system" : "http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/pms-system",
"code" : "frenda"
}
]
},
"text" : {
"status" : "generated",
"div" : "<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>"
},
"identifier" : [
{
"system" : "urn:oid:1.2.752.129.2.1.3.1",
"value" : "199001072397"
}
],
"name" : [
{
"text" : "Darth Vader",
"family" : "Vader",
"given" : [
"Darth"
]
}
],
"telecom" : [
{
"system" : "email",
"value" : "darth.vader@example.invalid",
"use" : "home"
},
{
"system" : "phone",
"value" : "0763002510",
"use" : "mobile"
}
]
}