FHIR IG analytics| Package | hl7.fhir.us.davinci-pdex |
| Resource Type | Patient |
| Id | Patient-PatientMemberMatchExample1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Robert Michael Johnson - DOB: 1965-08-15, Male
{
"resourceType": "Patient",
"id": "PatientMemberMatchExample1",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MB"
}
]
},
"system": "http://example.org/provider-org/patient-ids",
"value": "PAT-001",
"assigner": {
"display": "Provider Organization"
}
}
],
"name": [
{
"use": "official",
"family": "Johnson",
"given": [
"Robert",
"Michael"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-123-4567"
}
],
"gender": "male",
"birthDate": "1965-08-15",
"address": [
{
"use": "home",
"line": [
"123 Main Street"
],
"city": "Springfield",
"state": "IL",
"postalCode": "62701"
}
]
}