FHIR IG analytics| Package | hl7.fhir.us.dental-data-exchange |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-PractitionerRole-D.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole PractitionerRole-D
version: 7; Last updated: 2020-08-06 23:24:09+0000;
Information Source: #AUoOY809OaLUpiaR
Profile: US Core PractitionerRole Profile
practitioner: Dr. John D
organization: Good Oral Health Clinic
specialty: General dental practice
telecom: ph: 5555555555
{
"resourceType": "PractitionerRole",
"id": "PractitionerRole-D",
"meta": {
"versionId": "7",
"lastUpdated": "2020-08-06T23:24:09.120+00:00",
"source": "#AUoOY809OaLUpiaR",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"practitioner": {
"reference": "Practitioner/practitioner-D",
"display": "Dr. John D"
},
"organization": {
"reference": "Organization/GOHC-organization",
"display": "Good Oral Health Clinic"
},
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "408444009",
"display": "General dental practice"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "5555555555"
}
]
}