FHIR IG analytics| Package | hl7.fhir.us.davinci-pdex-plan-net.r4b |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-JoeSmithRole2.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole JoeSmithRole2
Last updated: 2020-07-07 13:26:22+0000; Language: en-US
Profile: Plan-Net PractitionerRole
Network Reference: Organization ACME CT Preferred Provider Network
active: true
organization: Organization Burr Clinic
code: Physician
specialty: Internal Medicine Physician
location: Location Hartford Hospital Location 2
healthcareService: HealthcareService: extension = ; category = Clinic or Outpatient Facility; specialty = Family Medicine Physician
telecom: https://www.example.org
{
"resourceType": "PractitionerRole",
"id": "JoeSmithRole2",
"meta": {
"lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
"profile": [
"http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-PractitionerRole"
]
},
"language": "en-US",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/network-reference",
"valueReference": {
"reference": "Organization/AcmeofCTStdNet"
}
}
],
"active": true,
"organization": {
"reference": "Organization/BurrClinic"
},
"code": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/ProviderRoleCS",
"code": "ph"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "207R00000X",
"display": "Internal Medicine Physician"
}
]
}
],
"location": [
{
"reference": "Location/HospLoc2"
}
],
"healthcareService": [
{
"reference": "HealthcareService/BurrClinicServices"
}
],
"telecom": [
{
"system": "url",
"value": "https://www.example.org"
}
]
}