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