MyHealth@EU Core
1.0.0 - trial-use
150
This page is part of the MyHealth@Eu Core (v1.0.0: Wave 9) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Patient",
"id" : "1d4bbc93-63b7-4f2b-8f0f-8380aa138f49",
"meta" : {
"profile" : [
🔗 "http://fhir.ehdsi.eu/core/StructureDefinition/patient-myhealtheu-core"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">John Doe, born 1965-03-15</div>"
},
"identifier" : [
{
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
"value" : "65031500145"
}
],
"name" : [
{
"family" : "Doe",
"given" : [
"John"
]
}
],
"gender" : "male",
"birthDate" : "1965-03-15",
"address" : [
{
"line" : [
"Rue de la Loi 1"
],
"city" : "Brussels",
"postalCode" : "1000",
"country" : "BE"
}
]
}