FHIR IG analytics| Package | hl7.fhir.us.davinci-pdex-plan-net |
| Resource Type | Practitioner |
| Id | Practitioner-Counselor.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner Counselor
Last updated: 2020-07-07 13:26:22+0000; Language: en-US
Profile: Plan-Net Practitioner
identifier: United States National Provider Identifier/9941339100
active: true
name: Susie Smith, LPC
| Extension | Code | Issuer |
| Professional Counselor | State of Illinois |
communication: Russian
{
"resourceType": "Practitioner",
"id": "Counselor",
"meta": {
"lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
"profile": [
"http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Practitioner"
]
},
"language": "en-US",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "9941339100"
}
],
"active": true,
"name": [
{
"text": "Susie Smith, LPC",
"family": "Smith",
"given": [
"Susie"
]
}
],
"qualification": [
{
"extension": [
{
"extension": [
{
"url": "status",
"valueCode": "active"
},
{
"url": "whereValid",
"valueCodeableConcept": {
"coding": [
{
"system": "https://www.usps.com/",
"code": "IL"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/practitioner-qualification"
}
],
"code": {
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "101YP2500X",
"display": "Professional Counselor"
}
]
},
"issuer": {
"display": "State of Illinois"
}
}
],
"communication": [
{
"extension": [
{
"url": "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/communication-proficiency",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/LanguageProficiencyCS",
"code": "30"
}
]
}
}
],
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "ru"
}
]
}
]
}