MediRecords FHIR Implementation Guide
1.3.0 - release


: Example PractitionerRole - 6d6d7ce8-65c2-11e9-a20e-7b5deed40056 - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "6d6d7ce8-65c2-11e9-a20e-7b5deed40056",
  "meta" : {
    "profile" : [
      "https://fhir.medirecords.com/StructureDefinition/mr-practitioner-role-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"6d6d7ce8-65c2-11e9-a20e-7b5deed40056\"> </a></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 PractitionerRole &quot;6d6d7ce8-65c2-11e9-a20e-7b5deed40056&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-practitioner-role-core.html\">MediRecords Core PractitionerRole</a></p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html\">Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054</a> &quot; SMITH&quot;</p><p><b>organization</b>: <a href=\"Organization-ade47c8c-9eed-11ea-a6fa-3f7e286deed9.html\">Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9</a> &quot;Healthy Live Clinic&quot;</p><p><b>code</b>: Anesthetist <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>specialty</b>: Anesthesiology <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>location</b>: <a href=\"Location-6d6d7ce8-65c2-11e6-a20e-7b5deed40053.html\">Location/6d6d7ce8-65c2-11e6-a20e-7b5deed40053</a> &quot;Downunder Hospital Blacktown&quot;</p><p><b>healthcareService</b>: <a href=\"HealthcareService-6d6d7ce8-65c2-11e6-a20e-7b5deed40050.html\">HealthcareService/6d6d7ce8-65c2-11e6-a20e-7b5deed40050</a> &quot;ABC GP Medical Service Blacktown&quot;</p><h3>AvailableTimes</h3><table class=\"grid\"><tr><td>-</td><td><b>AvailableStartTime</b></td></tr><tr><td>*</td><td/></tr></table></div>"
  },
  "active" : true,
  "practitioner" : {
    "reference" : "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054"
  },
  "organization" : {
    "reference" : "Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9"
  },
  "code" : [
    {
      "text" : "Anesthetist"
    }
  ],
  "specialty" : [
    {
      "text" : "Anesthesiology"
    }
  ],
  "location" : [
    {
      "reference" : "Location/6d6d7ce8-65c2-11e6-a20e-7b5deed40053"
    }
  ],
  "healthcareService" : [
    {
      "reference" : "HealthcareService/6d6d7ce8-65c2-11e6-a20e-7b5deed40050"
    }
  ],
  "availableTime" : [
    {
      "_availableStartTime" : {
        "extension" : [
          {
            "url" : "http://hl7.org.au/fhir/StructureDefinition/au-timezone",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://www.iana.org/time-zones",
                  "code" : "Australia/Sydney",
                  "display" : "Australia/Sydney"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}