FHIR IG analytics| Package | fhir.gdx |
| Resource Type | Practitioner |
| Id | Practitioner-PractitionerLabDirector.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner PractitionerLabDirector
identifier: National provider identifier/1750369955 (use: official, )
active: true
name: PractitionerJane Smith
address: Address 123 Boston MA 12345
gender: Female
| Code |
| Laboratory Director |
{
"resourceType": "Practitioner",
"id": "PractitionerLabDirector",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "NPI",
"display": "National provider identifier"
}
]
},
"value": "1750369955"
}
],
"active": true,
"name": [
{
"family": "Smith",
"given": [
"PractitionerJane"
],
"prefix": [
"PhD"
]
}
],
"address": [
{
"line": [
"Address 123"
],
"city": "Boston",
"state": "MA",
"postalCode": "12345"
}
],
"gender": "female",
"qualification": [
{
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360",
"version": "2.7",
"code": "PHD",
"display": "Doctor of Philosophy"
}
],
"text": "Laboratory Director"
}
}
]
}