This page is part of the Manzana Project FHIR Specifications (v1.0.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions 
: Example - FINDRISC Test Patient - JSON Representation
Raw json | Download
{
"resourceType" : "Patient",
"id" : "rs-findRisc-patient",
"meta" : {
"profile" : [
"https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Patient Abrumet Test (OFFICIAL)</b> female, DoB Unknown ( Social Beneficiary Identifier: 99010100118 (use: OFFICIAL))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The nationality of the patient.\">nationality:</td><td colspan=\"3\"><ul><li>code: <span title=\"Codes: {https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-fed-country BE}\">Belgium</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"http://hl7.org/fhir/R4/extension-patient-birthplace.html\">Birth Place:</a></td><td colspan=\"3\"><ul><li>Namen BE </li></ul></td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/language",
"valueCode" : "nl"
}
],
"city" : "Namen",
"country" : "BE"
}
},
{
"extension" : [
{
"url" : "code",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-fed-country",
"code" : "BE",
"display" : "Belgium"
}
]
}
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/patient-nationality"
}
],
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "SB",
"display" : "Social Beneficiary Identifier"
}
]
},
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
"value" : "99010100118"
}
],
"active" : true,
"name" : [
{
"use" : "official",
"family" : "Test",
"given" : [
"Patient",
"Abrumet"
]
}
],
"gender" : "female"
}