FHIR IG analytics| Package | hl7.fhir.us.identity-matching |
| Resource Type | Person |
| Id | Person-example-person-lei.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Person example-person-lei
Profile: A Person resource that includes an Identifier with a value that is a Legal Entity Identifier (LEI)
identifier: https://www.gleif.org/lei/5493001KJTIIGC8Y1H11
name: John Doe
birthDate: 1980-01-01
active: true
{
"resourceType": "Person",
"id": "example-person-lei",
"meta": {
"profile": [
"http://hl7.org/fhir/us/identity-matching/StructureDefinition/PersonLei"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"extension": [
{
"url": "http://hl7.org/fhir/us/identity-matching/StructureDefinition/VLEI",
"valueAttachment": {
"contentType": "application/json",
"data": "eyJ2bG9nSW5mb1Jlc3VsdCI6eyJ2bG9nSW5mb0NvZGVDb250ZW50IjoiQmVzdCB2bG9nSW5mbw=="
}
}
],
"system": "https://www.gleif.org/lei",
"value": "5493001KJTIIGC8Y1H11"
}
],
"name": [
{
"text": "John Doe",
"family": "Doe",
"given": [
"John"
]
}
],
"birthDate": "1980-01-01",
"active": true
}