Polaris FHIR Implementation Guide
1.9.8 - ci-build

Polaris FHIR Implementation Guide - Local Development build (v1.9.8) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Dr. Navarro Family Medicine Role - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "dr-navarro-familymed-role",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.apps.health/StructureDefinition/polaris-core-practitionerrole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Dr. Emil Navarro - Family Medicine role at Cedarbrook Family Health Centre, practicing since January 2025.</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-practitionerrole-identifier",
      "value" : "ROLE-NAVARRO-FAMMED-2025"
    }
  ],
  "practitioner" : {
    "identifier" : {
      "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-practitioner-identifier",
      "value" : "NAVARRO-PRAC-001"
    }
  },
  "organization" : {
    "identifier" : {
      "system" : "https://fhir.apps.health/NamingSystem/organization-identifier",
      "value" : "cedarbrook-clinic"
    }
  }
}