FHIR IG analytics| Package | hl7.fhir.us.ndh.r4 |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-HansSoloRole.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole HansSoloRole
Last updated: 2020-07-07 13:26:22+0000; Language: en-US
Profile: NDH Base PractitionerRole
NDH Network Reference: Organization BlueCrossBlueShield CT PPO
active: true
practitioner: Practitioner Hans Solo, MD
code: Physician
specialty: Internal Medicine Physician
location: Location OrgA CT Location 1
healthcareService: HealthcareService: extension = ,; category = Clinic or Outpatient Facility; specialty = Family Medicine Physician; telecom = -unknown-
telecom: ph: (111)-222-3333, https://www.hanssolo.com
endpoint:
{
"resourceType": "PractitionerRole",
"id": "HansSoloRole",
"meta": {
"lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
"profile": [
"http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-PractitionerRole"
]
},
"language": "en-US",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-network-reference",
"valueReference": {
"reference": "Organization/BlueCrossBlueShield-CT-PPO"
}
}
],
"active": true,
"practitioner": {
"reference": "Practitioner/HansSolo"
},
"code": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/ndh/CodeSystem/NdhPractitionerRoleCS",
"code": "ph"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "207R00000X",
"display": "Internal Medicine Physician"
}
]
}
],
"location": [
{
"reference": "Location/HansSoloClinic"
}
],
"healthcareService": [
{
"reference": "HealthcareService/HansSoloService"
}
],
"telecom": [
{
"system": "phone",
"value": "(111)-222-3333",
"rank": 2
},
{
"system": "url",
"value": "https://www.hanssolo.com",
"rank": 1
}
],
"endpoint": [
{
"reference": "Endpoint/HansSoloDirectTrustEndpointReferrals"
},
{
"reference": "Endpoint/HansSoloPatientAccessEndpoint"
}
]
}