FHIR IG analytics| Package | hl7.fhir.be.manzana |
| Resource Type | Patient |
| Id | Patient-rs-findRisc-patient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient rs-findRisc-patient
Profile: Patient core BE profile
Patient Abrumet Test (official) Female, DoB Unknown ( Social Beneficiary Identifier: BeSSINNamingSystem#99010100118 (use: official, ))
| Active: | true | ||
| Patient Nationality: |
| ||
| Patient Birth Place | Namen BE | ||
{
"resourceType": "Patient",
"id": "rs-findRisc-patient",
"meta": {
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}