C-CDA on FHIR, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ccda-on-fhir/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "PractitionerRole",
"id" : "ccda-practitionerrole-example",
"meta" : {
"versionId" : "5",
"lastUpdated" : "2020-08-12T19:18:13.336+00:00",
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole ccda-practitionerrole-example</b></p><a name=\"ccda-practitionerrole-example\"> </a><a name=\"hcccda-practitionerrole-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 5; Last updated: 2020-08-12 19:18:13+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-practitionerrole.html\">US Core PractitionerRole Profile</a></p></div><p><b>practitioner</b>: <a href=\"Practitioner-ccda-practitioner-example.html\">Brenda Jennings Richard MD</a></p><p><b>organization</b>: <a href=\"Organization-organization-1.html\">Acme Labs</a></p><p><b>telecom</b>: ph: 313-555-6868(Home), ph: 313-555-6443(Work)</p></div>"
},
"practitioner" : {
🔗 "reference" : "Practitioner/ccda-practitioner-example",
"display" : "Brenda Jennings Richard MD"
},
"organization" : {
🔗 "reference" : "Organization/organization-1",
"display" : "Acme Labs"
},
"telecom" : [
{
"system" : "phone",
"value" : "313-555-6868",
"use" : "home"
},
{
"system" : "phone",
"value" : "313-555-6443",
"use" : "work"
}
]
}