FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | Patient |
| Id | Patient-Scen1PatientKhatun.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Jorin Khatun male, DoB: 1967-05-20 ( http://hospital.example.org/patients/123456)
| Active: | true | ||
| Contact Details: |
| ||
{
"resourceType": "Patient",
"id": "Scen1PatientKhatun",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hospital.example.org/patients",
"value": "123456"
}
],
"active": true,
"name": [
{
"family": "Khatun",
"given": [
"Jorin"
],
"prefix": [
"Mr."
]
}
],
"telecom": [
{
"system": "phone",
"value": "+1(555) 555-1234",
"use": "home"
},
{
"system": "email",
"value": "Jorin.khatun@example.org",
"use": "home"
}
],
"gender": "male",
"birthDate": "1967-05-20",
"address": [
{
"line": [
"123 Main St"
],
"city": "Anytown",
"state": "CA",
"postalCode": "12345",
"country": "USA"
}
]
}