{
  "resourceType" : "PractitionerRole",
  "id" : "b975ec26-4ecf-4588-9fa2-afbb0d9fc530",
  "meta" : {
    "profile" : ["http://hl7.eu/fhir/base/StructureDefinition/practitionerRole-eu-core"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Dr. Maria Gonzalez - Internal Medicine</div>"
  },
  "identifier" : [{
    "system" : "http://example.org/practitioner-role-ids",
    "value" : "PR-123456"
  }],
  "active" : true,
  "practitioner" : {
    "reference" : "urn:uuid:b06b2c2c-15dd-4e58-b27e-37326ba51407"
  },
  "organization" : {
    "reference" : "urn:uuid:ff4d98d1-69c9-43db-896e-58d11c15662c"
  },
  "code" : [{
    "coding" : [{
      "system" : "urn:oid:2.16.840.1.113883.2.9.6.2.7",
      "code" : "221",
      "display" : "Medical Doctors"
    }]
  }],
  "specialty" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "419192003",
      "display" : "Internal medicine"
    }]
  }]
}