Polaris FHIR Implementation Guide
1.9.5 - ci-build
Polaris FHIR Implementation Guide - Local Development build (v1.9.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "dr-emil-navarro",
"meta" : {
"profile" : [
🔗 "https://fhir.apps.health/StructureDefinition/polaris-core-practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Dr. Emil A. Navarro, Primary Care Physician, registered under Alberta PRAC ID NAVARRO-PRAC-001.</p></div>"
},
"identifier" : [
{
"system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-practitioner-identifier",
"value" : "NAVARRO-PRAC-001"
},
{
"system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-practitioner-identifier-raw-code",
"value" : "3923a42deadbeef94e0223f90b"
}
],
"name" : [
{
"family" : "Navarro",
"given" : [
"Emil",
"A."
]
}
]
}