FHIR IG analytics| Package | hl7.fhir.us.identity-matching |
| Resource Type | Patient |
| Id | Patient-ExamplePatientL2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ExamplePatientL2
Language: en-US
Profile: IDI Patient L2
Teddy Cheze Male, DoB: 1980-05-05 ( Driver's license number)
| Active: | true | Marital Status: | unknown | ||
| Other Id: | Person number/0000-000-0000-00000000000 | ||||
| Contact Detail |
| ||||
{
"resourceType": "Patient",
"id": "ExamplePatientL2",
"meta": {
"profile": [
"http://hl7.org/fhir/us/identity-matching/StructureDefinition/IDI-Patient-L2"
]
},
"language": "en-US",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "DL"
}
]
},
"system": "http://terminology.hl7.org/NamingSystem/NorthCarolinaDLN",
"value": "3955-56122846",
"assigner": {
"display": "North Carolina"
}
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PN"
}
]
},
"system": "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier",
"value": "0000-000-0000-00000000000"
}
],
"active": true,
"name": [
{
"family": "Cheze",
"given": [
"Teddy"
]
}
],
"telecom": [
{
"system": "phone",
"value": "726-999-1990",
"use": "mobile"
}
],
"gender": "male",
"birthDate": "1980-05-05",
"address": [
{
"type": "physical",
"line": [
"123 High Street"
],
"city": "Raleigh",
"state": "NC",
"postalCode": "27513"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
"code": "UNK"
}
]
}
}