FHIR IG analytics| Package | hl7.fhir.us.ecr |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-practitionerrole-henry-seven.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole practitionerrole-henry-seven
Language: en
Profile: US Public Health PractitionerRole
identifier: United States National Provider Identifier/9941339108
practitioner: Henry Seven, MD
organization: Salem Medical Center
code: Primary Care Clinic/Center
specialty: Family practice
location: Salem Medical Center
telecom: henry.seven@example.com
{
"resourceType": "PractitionerRole",
"id": "practitionerrole-henry-seven",
"meta": {
"profile": [
"http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-practitionerrole"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "9941339108"
}
],
"practitioner": {
"reference": "Practitioner/practitioner-us-core-henry-seven",
"display": "Henry Seven, MD"
},
"organization": {
"reference": "Organization/organization-ecr-salem-medical-center",
"display": "Salem Medical Center"
},
"code": [
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "261QP2300X",
"display": "Primary Care Clinic/Center"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "419772000",
"display": "Family practice"
}
]
}
],
"location": [
{
"reference": "Location/location-ecr-salem-medical-center",
"display": "Salem Medical Center"
}
],
"telecom": [
{
"system": "email",
"value": "henry.seven@example.com"
}
]
}