FHIR IG analytics| Package | hl7.fhir.us.identity-matching |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-example-practitionerrole-lei.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole example-practitionerrole-lei
identifier: https://www.gleif.org/lei/5493001KJTIIGC8Y1H11
active: true
practitioner: Practitioner Jane Smith
organization: Organization Example Organization
telecom: ph: 555-123-4567
{
"resourceType": "PractitionerRole",
"id": "example-practitionerrole-lei",
"meta": {
"profile": [
"http://hl7.org/fhir/us/identity-matching/StructureDefinition/PractitionerRoleLei"
]
},
"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"
}
],
"active": true,
"practitioner": {
"reference": "Practitioner/example-practitioner-lei"
},
"organization": {
"reference": "Organization/example-organization-lei"
},
"telecom": [
{
"system": "phone",
"value": "555-123-4567"
}
]
}