FHIR IG analytics| Package | hl7.fhir.us.identity-matching |
| Resource Type | Patient |
| Id | Patient-ExamplePatientL1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ExamplePatientL1
Language: en-US
Profile: IDI Patient L1
Justin Case Female, DoB: 1992-05-17 ( Driver's license number)
| Active: | true | Marital Status: | unknown | ||
| Contact Detail |
| ||||
{
"resourceType": "Patient",
"id": "ExamplePatientL1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/identity-matching/StructureDefinition/IDI-Patient-L1"
]
},
"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": "3902-16532901",
"assigner": {
"display": "North Carolina"
}
}
],
"active": true,
"name": [
{
"family": "Case",
"given": [
"Justin"
]
}
],
"telecom": [
{
"system": "phone",
"value": "726-555-2900",
"use": "mobile"
}
],
"gender": "female",
"birthDate": "1992-05-17",
"address": [
{
"type": "physical",
"line": [
"418 Teapot Lane"
],
"city": "Raleigh",
"state": "NC",
"postalCode": "27513"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
"code": "UNK"
}
]
}
}