FHIR IG analytics| Package | SHIFT-Task-Force.privacy.examples |
| Resource Type | Patient |
| Id | Patient-VeronicaMars.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient VeronicaMars
Veronica Mars (official) Female, DoB: 1994-08-07
| Emergency Contact: |
| ||
{
"resourceType": "Patient",
"id": "VeronicaMars",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"use": "official",
"family": "Mars",
"given": [
"Veronica"
]
}
],
"gender": "female",
"birthDate": "1994-08-07",
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "C",
"display": "Emergency Contact"
}
],
"text": "Husband"
}
],
"name": {
"family": "Cage",
"given": [
"Lucas"
]
}
}
]
}