FHIR IG analytics| Package | fhir.gdx |
| Resource Type | Practitioner |
| Id | Practitioner-PractitionerPathologist.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner PractitionerPathologist
identifier: United States National Provider Identifier/9123456789
active: true
name: Pauline Pathologist
address: 456 Laboratory Drive, Anytown, MA, 12345, USA
gender: Female
| Code |
| Doctor of Medicine - MD |
{
"resourceType": "Practitioner",
"id": "PractitionerPathologist",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "9123456789"
}
],
"active": true,
"name": [
{
"family": "Pathologist",
"given": [
"Pauline"
],
"prefix": [
"Dr."
]
}
],
"address": [
{
"text": "456 Laboratory Drive, Anytown, MA, 12345, USA",
"line": [
"456 Laboratory Drive"
],
"city": "Anytown",
"state": "MA",
"postalCode": "12345",
"country": "USA"
}
],
"gender": "female",
"qualification": [
{
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360",
"code": "MD",
"display": "Doctor of Medicine"
}
],
"text": "Doctor of Medicine - MD"
}
}
]
}