Referral Prescription, published by . This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/referral/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "patient1",
"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 class=\"res-header-id\"><b>Generated Narrative: Patient patient1</b></p><a name=\"patient1\"> </a><a name=\"hcpatient1\"> </a><a name=\"patient1-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jane Doe Female, DoB: 1956-05-27 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#BeSSINNamingSystem#99999999999\u00a0(use:\u00a0official,\u00a0))</p><hr/></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
"value" : "99999999999"
}
],
"name" : [
{
"family" : "Doe",
"given" : [
"Jane"
]
}
],
"gender" : "female",
"birthDate" : "1956-05-27"
}