SDOH Clinical Care, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-sdoh-clinicalcare/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "PractitionerRole",
"id" : "SDOHCC-PractitionerRoleDrJanWaterExample",
"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 SDOHCC-PractitionerRoleDrJanWaterExample</b></p><a name=\"SDOHCC-PractitionerRoleDrJanWaterExample\"> </a><a name=\"hcSDOHCC-PractitionerRoleDrJanWaterExample\"> </a><a name=\"SDOHCC-PractitionerRoleDrJanWaterExample-en-US\"> </a><p><b>identifier</b>: <code>http://www.deerland.org/practitioners</code>/2424</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-SDOHCC-PractitionerDrJanWaterExample.html\">Dr Jan Water</a></p><p><b>organization</b>: <a href=\"Organization-SDOHCC-OrganizationClinicExample.html\">Better Health Clinic</a></p><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 207Q00000X}\">Family Medicine Physician</span></p><p><b>telecom</b>: ph: 639 442 6719(Work), <a href=\"mailto:jan.water@deerland.org\">jan.water@deerland.org</a></p></div>"
},
"identifier" : [
{
"system" : "http://www.deerland.org/practitioners",
"value" : "2424"
}
],
"active" : true,
"practitioner" : {
🔗 "reference" : "Practitioner/SDOHCC-PractitionerDrJanWaterExample",
"display" : "Dr Jan Water"
},
"organization" : {
🔗 "reference" : "Organization/SDOHCC-OrganizationClinicExample",
"display" : "Better Health Clinic"
},
"code" : [
{
"coding" : [
{
"system" : "http://nucc.org/provider-taxonomy",
"code" : "207Q00000X",
"display" : "Family Medicine Physician"
}
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "639 442 6719",
"use" : "work"
},
{
"system" : "email",
"value" : "jan.water@deerland.org",
"use" : "work"
}
]
}