FHIR IG analytics| Package | vcds-ig.euvabeco.net |
| Resource Type | Patient |
| Id | Patient-example-patient.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient example-patient
Profile: Patient
Anonymous Patient Female, DoB: 1995-01-22 ( 123456)
| Contact Detail | SAAR DE | ||
{
"resourceType": "Patient",
"id": "example-patient",
"meta": {
"profile": [
"https://euvabeco.net/vcds-ig/StructureDefinition/Patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "123456"
}
],
"gender": "female",
"birthDate": "1995-01-22",
"address": [
{
"state": "SAAR",
"country": "DE"
}
]
}