FHIR IG analytics| Package | hl7.fhir.us.identity-matching |
| Resource Type | Patient |
| Id | Patient-patient-multi-digital-identifier.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-multi-digital-identifier
Profile: US Core Patient Profile
Honk Huberdeau Male, DoB: 1980-01-10 ( http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier#HL7PersonIdentifier#a5c2498f-9b62-4c97-8dc3-03a20b0f5412)
| Active: | true | ||
| Other Ids: |
| ||
| Contact Detail |
| ||
{
"resourceType": "Patient",
"id": "patient-multi-digital-identifier",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier",
"value": "a5c2498f-9b62-4c97-8dc3-03a20b0f5412",
"assigner": {
"reference": "Organization/abc-hospital"
}
},
{
"system": "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier",
"value": "40e31ed2-4d16-4416-a66d-c3e84f8a4812",
"assigner": {
"reference": "Organization/xyz-payer"
}
},
{
"system": "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier",
"value": "db0cfc86-58e4-467c-b1d7-78571598ee15",
"assigner": {
"reference": "Organization/def-idp"
}
}
],
"active": true,
"name": [
{
"family": "Huberdeau",
"given": [
"Honk"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-5555",
"use": "home"
},
{
"system": "email",
"value": "honk.huberdeau@example.com"
}
],
"gender": "male",
"birthDate": "1980-01-10",
"address": [
{
"line": [
"999 Not Real Street"
],
"city": "Columbus",
"state": "OH",
"postalCode": "43210",
"country": "US"
}
]
}