This page is part of the SDOH Clinical Care for Multiple Domains (v1.1.0: STU 2 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "PractitionerRole",
"id" : "SDOHCC-PractitionerRoleDrJanWaterExample",
"meta" : {
"versionId" : "5",
"lastUpdated" : "2021-11-16T15:52:03.949+00:00",
"source" : "#T4wpE5GReCGgeyeF",
"profile" : [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><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\">Resource \"SDOHCC-PractitionerRoleDrJanWaterExample\" Version \"5\" Updated \"2021-11-16T15:52:03.949Z\" </p><p style=\"margin-bottom: 0px\">Information Source: #T4wpE5GReCGgeyeF!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-practitionerrole.html\">US Core PractitionerRole Profile</a></p></div><p><b>identifier</b>: id: 2424</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-SDOHCC-PractitionerDrJanWaterExample.html\">Practitioner/SDOHCC-PractitionerDrJanWaterExample: Dr Jan Water</a> \" WATER\"</p><p><b>code</b>: Family Medicine Physician <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (provider-taxonomy#207Q00000X)</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"
},
"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"
}
]
}