Implementation Guide
23.1.0 - R4 APIs
Publish Box goes here
{
"resourceType" : "PractitionerRole",
"id" : "Example1",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"🔗 ,
"https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-practitionerrole-profile"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </a><p><b>identifier</b>: Person number/66, National provider identifier/123456789, Tax ID number/2222222222</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-Example1.html\">Practitioner Harry S. Winston </a></p><p><b>organization</b>: <a href=\"Organization-Example1.html\">Organization Main Health System</a></p><p><b>code</b>: <span title=\"Codes:{https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ROLELIST/1000-4-9390 1}, {https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ROLELIST/1000-4-9390 canSign}\">Doctor</span></p><p><b>specialty</b>: <span title=\"Codes:{http://hl7.org/fhir/ValueSet/c80-practice-codes family practice}\">Family Practice</span></p><p><b>location</b>: <a href=\"Location-Example1.html\">Location WC</a></p><p><b>endpoint</b>: <a href=\"Endpoint-Example1.html\">Endpoint test@direct.example.com</a></p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PN"
}
]
},
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/DOCTORFACILITYID/1000-4-9390",
"value" : "66"
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NPI"
}
]
},
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "123456789"
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "TAX"
}
]
},
"system" : "urn:oid:2.16.840.1.113883.4.2",
"value" : "2222222222"
}
],
"active" : true,
"practitioner" : {
🔗 "reference" : "Practitioner/Example1"
},
"organization" : {
🔗 "reference" : "Organization/Example1"
},
"code" : [
{
"coding" : [
{
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ROLELIST/1000-4-9390",
"code" : "1",
"display" : "Doctor"
},
{
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ROLELIST/1000-4-9390",
"code" : "canSign"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/ValueSet/c80-practice-codes",
"code" : "family practice",
"display" : "Family Practice"
}
],
"text" : "Family Practice"
}
],
"location" : [
{
🔗 "reference" : "Location/Example1"
}
],
"endpoint" : [
{
🔗 "reference" : "Endpoint/Example1"
}
]
}