Implementation Guide
27.0.0 - R4 APIs

Publish Box goes here

: PAS PractitionerRole Example - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "1747324065011240",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"🔗 ,
      "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-pas-practitionerrole-profile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table width=\"100%\"><tbody><tr><td width=\"25%\"/><td width=\"42%\">Practitioner/1747324065011240 - Organization/Unknown</td></tr></tbody></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PN"
          }
        ]
      },
      "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/DOCTORFACILITYID/0",
      "value" : "1124"
    }
  ],
  "active" : true,
  "practitioner" : {
    "reference" : "Practitioner/1747324065011240"
  },
  "organization" : {
    "reference" : "Organization/Unknown",
    "display" : "Unknown Organization"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ROLELIST/0",
          "code" : "3",
          "display" : "referring physician"
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "7032000016",
      "use" : "work"
    },
    {
      "system" : "phone",
      "value" : "9273000014",
      "use" : "mobile"
    }
  ]
}