FHIR IG analytics| Package | ihe.pcc.odh |
| Resource Type | Patient |
| Id | Patient-patient-odh-maya-gordon.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-odh-maya-gordon
Maya L Gordon Female, DoB: 1980-04-20 ( Medical Record Number: 1032702 (use: usual, ))
| Active: | true | ||
| Contact Detail |
| ||
{
"resourceType": "Patient",
"id": "patient-odh-maya-gordon",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"system": "http://hospital.smarthealthit.org",
"value": "1032702"
}
],
"active": true,
"name": [
{
"family": "Gordon",
"given": [
"Maya",
"L"
]
}
],
"telecom": [
{
"system": "phone",
"value": "1-(404)555-1212",
"use": "home"
},
{
"system": "email",
"value": "maya.gordon@example.com"
}
],
"gender": "female",
"birthDate": "1980-04-20",
"address": [
{
"line": [
"5102 Peachtree St NE"
],
"city": "Atlanta",
"state": "GA",
"postalCode": "30302",
"country": "US"
}
]
}