Bidirectional Services eReferral (BSeR), published by HL7 Public Health Working Group. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/bser/ and changes regularly. See the Directory of published versions
{
"resourceType" : "PractitionerRole",
"id" : "practitionerrole-us-core-practitionerrole-referral-initiator",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole practitionerrole-us-core-practitionerrole-referral-initiator</b></p><a name=\"practitionerrole-us-core-practitionerrole-referral-initiator\"> </a><a name=\"hcpractitionerrole-us-core-practitionerrole-referral-initiator\"> </a><a name=\"practitionerrole-us-core-practitionerrole-referral-initiator-en-US\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">NPI</a>/1111111111</p><p><b>practitioner</b>: <a href=\"Practitioner-practitioner-us-core-practitioner-henry-seven.html\">Henry Seven, MD</a></p><p><b>organization</b>: <a href=\"Organization-organization-us-core-organization-saint-luke.html\">Organization Saint Luke's Hospital of Kansas City</a></p><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 261QP2300X}\">Primary Care Clinic/Center</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 419772000}\">Family Practice</span></p><p><b>telecom</b>: <a href=\"mailto:henry.seven@example.com\">henry.seven@example.com</a></p></div>"
},
"identifier" : [
{
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "1111111111"
}
],
"practitioner" : {
🔗 "reference" : "Practitioner/practitioner-us-core-practitioner-henry-seven",
"display" : "Henry Seven, MD"
},
"organization" : {
🔗 "reference" : "Organization/organization-us-core-organization-saint-luke"
},
"code" : [
{
"coding" : [
{
"system" : "http://nucc.org/provider-taxonomy",
"code" : "261QP2300X",
"display" : "Primary Care Clinic/Center"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "419772000",
"display" : "Family Practice"
}
]
}
],
"telecom" : [
{
"system" : "email",
"value" : "henry.seven@example.com"
}
]
}