{
  "resourceType": "PractitionerRole",
  "id": "example3",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"example3\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-practitionerrole.html\">AU Base Practitioner Role</a></p></div><p><b>identifier</b>: Medicare Provider Number: 1234561A</p><p><b>practitioner</b>: <a href=\"Practitioner-example3.html\">Practitioner/example3</a> \" FERNANDO\"</p><p><b>organization</b>: <a href=\"Organization-example3.html\">Organization/example3</a> \"Devonport Family Medicine Clinic\"</p><p><b>code</b>: General practitioner <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#62247001)</span></p><p><b>specialty</b>: General practice (specialty) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#394814009)</span></p><p><b>location</b>: <a href=\"Location-example3.html\">Location/example3</a></p><p><b>healthcareService</b>: <a href=\"HealthcareService-example3.html\">HealthcareService/example3</a> \"General Practitioner services\"</p><p><b>telecom</b>: <a href=\"mailto:francis.fernando@alphamail.example.com\">francis.fernando@alphamail.example.com</a></p><h3>AvailableTimes</h3><table class=\"grid\"><tr><td>-</td><td><b>DaysOfWeek</b></td><td><b>AvailableStartTime</b></td><td><b>AvailableEndTime</b></td></tr><tr><td>*</td><td>mon, tue, wed, thu, fri</td><td>08:00:00</td><td>20:00:00</td></tr></table><h3>NotAvailables</h3><table class=\"grid\"><tr><td>-</td><td><b>Description</b></td></tr><tr><td>*</td><td>Weekends</td></tr></table></div>"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "UPIN"
          }
        ],
        "text": "Medicare Provider Number"
      },
      "system": "http://ns.electronichealth.net.au/id/medicare-provider-number",
      "value": "1234561A"
    }
  ],
  "practitioner": {
    "reference": "Practitioner/example3"
  },
  "organization": {
    "reference": "Organization/example3"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "62247001",
          "display": "General practitioner"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394814009",
          "display": "General practice (specialty)"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/example3"
    }
  ],
  "healthcareService": [
    {
      "reference": "HealthcareService/example3"
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "francis.fernando@alphamail.example.com",
      "use": "work"
    }
  ],
  "availableTime": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ],
      "availableStartTime": "08:00:00",
      "availableEndTime": "20:00:00"
    }
  ],
  "notAvailable": [
    {
      "description": "Weekends"
    }
  ]
}