{
  "resourceType" : "PractitionerRole",
  "id" : "practitionerrole-single-example",
  "meta" : {
    "profile" : ["http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-practitionerrole"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Dr. Maria Clara Santos as a General Practitioner at the Department of Health.</div>"
  },
  "active" : true,
  "practitioner" : {
    "reference" : "Practitioner/practitioner-single-example"
  },
  "organization" : {
    "reference" : "Organization/organization-single-example"
  },
  "code" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/practitioner-role",
      "code" : "doctor",
      "display" : "Doctor"
    }]
  }],
  "specialty" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "394802001",
      "display" : "General medicine"
    }]
  }]
}