FHIR IG analytics| Package | hl7.fhir.us.identity-matching |
| Resource Type | Patient |
| Id | Patient-ExamplePatientL0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ExamplePatientL0
Language: en-US
Profile: IDI Patient L0
Nancy Paeshent Female, DoB: 1988-02-11 ( Person number)
| Active: | true | Marital Status: | unknown | ||
| Contact Detail | 321 South Maple Street Scranton PA 18503 | ||||
{
"resourceType": "Patient",
"id": "ExamplePatientL0",
"meta": {
"profile": [
"http://hl7.org/fhir/us/identity-matching/StructureDefinition/IDI-Patient-L0"
]
},
"language": "en-US",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PN"
}
]
},
"system": "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier",
"value": "4004-202-9999-12345678901"
}
],
"active": true,
"name": [
{
"family": "Paeshent",
"given": [
"Nancy"
]
}
],
"gender": "female",
"birthDate": "1988-02-11",
"address": [
{
"type": "physical",
"line": [
"321 South Maple Street"
],
"city": "Scranton",
"state": "PA",
"postalCode": "18503"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
"code": "UNK"
}
]
}
}