FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | Patient |
| Id | Patient-Scen3PatientShevchenko.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
James Shevchenko (OFFICIAL) male, DoB: 1980-01-01 ( http://hospital.example.org/patients/123456)
| Active: | true | ||
| Contact Details: |
| ||
{
"resourceType": "Patient",
"id": "Scen3PatientShevchenko",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hospital.example.org/patients",
"value": "123456"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Shevchenko",
"given": [
"James"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+1-800-123-4567",
"use": "home"
},
{
"system": "email",
"value": "mshevchenko@example.com",
"use": "home"
}
],
"gender": "male",
"birthDate": "1980-01-01",
"address": [
{
"use": "home",
"line": [
"123 Main St"
],
"city": "Cincinnati",
"state": "OH",
"postalCode": "45202",
"country": "USA"
}
]
}