FHIR IG analytics| Package | hl7.fhir.us.davinci-dtr |
| Resource Type | Practitioner |
| Id | Practitioner-PractitionerExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner PractitionerExample
Language: en
Active Role: Physician Assistant
identifier: United States National Provider Identifier/1122334455
name: Jane Doe
{
"resourceType": "Practitioner",
"id": "PractitionerExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|7.0.0"
]
},
"language": "en",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/activeRole",
"valueCodeableConcept": {
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "363A00000X",
"display": "Physician Assistant"
}
]
}
}
],
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1122334455"
}
],
"name": [
{
"family": "Doe",
"given": [
"Jane"
],
"prefix": [
"Dr."
]
}
]
}