FHIR IG analytics| Package | hl7.fhir.us.ccda |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-ccda-practitionerrole-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole ccda-practitionerrole-example
version: 5; Last updated: 2020-08-12 19:18:13+0000;
Information Source: #kub40Eilc2HLDH2p
Profile: US Core PractitionerRole Profile
practitioner: Brenda Jennings Richard MD
organization: Acme Lab
telecom: ph: 313-555-6868(Home), ph: 313-555-6443(Work)
{
"resourceType": "PractitionerRole",
"id": "ccda-practitionerrole-example",
"meta": {
"versionId": "5",
"lastUpdated": "2020-08-12T19:18:13.336+00:00",
"source": "#kub40Eilc2HLDH2p",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"practitioner": {
"reference": "Practitioner/ccda-practitioner-example",
"display": "Brenda Jennings Richard MD"
},
"organization": {
"reference": "Organization/acme-lab",
"display": "Acme Lab"
},
"telecom": [
{
"system": "phone",
"value": "313-555-6868",
"use": "home"
},
{
"system": "phone",
"value": "313-555-6443",
"use": "work"
}
]
}