{
  "resourceType": "PractitionerRole",
  "id": "ma-ma-schema-1-PractitionerRole-789-1",
  "meta": {
    "lastUpdated": "2023-12-18T23:07:47Z",
    "source": "urn:telus:emr:ma:ma-schema-1",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwPractitionerRole"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "normal"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole ma-ma-schema-1-PractitionerRole-789-1</b></p><a name=\"ma-ma-schema-1-PractitionerRole-789-1\"> </a><a name=\"hcma-ma-schema-1-PractitionerRole-789-1\"> </a><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\">Last updated: 2023-12-18 23:07:47+0000; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.ca.baseline@1.1.7&amp;canonical=urn:telus:emr:ma:ma-schema-1\">urn:telus:emr:ma:ma-schema-1</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-DwPractitionerRole.html\">DwPractitionerRole</a></p><p style=\"margin-bottom: 0px\">Security Label: normal (Details: Confidentiality code N = 'normal')</p></div><p><b>identifier</b>: <code>urn:telus:emr:ma:ma-schema-1:PractitionerRole</code>/789-1 (use: official, )</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-ma-ma-schema-1-Practitioner-789.html\">Dr. Sarah Johnson</a></p><p><b>organization</b>: <a href=\"Organization-ma-ma-schema-1-Organization-0.html\">Main Street Family Practice</a></p><p><b>code</b>: <span title=\"Codes:{urn:telus:emr:ma:ma-schema-1:codetable:clinical-role Doctor}\">Doctor</span>, <span title=\"Codes:{https://fhir.infoway-inforoute.ca/CodeSystem/scptype MD}\">Medical Doctor</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 419772000}\">Family Medicine</span></p><p><b>location</b>: <a href=\"Location-ma-ma-schema-1-Location-101.html\">Exam Room 1</a></p><p><b>telecom</b>: ph: 416-555-9876(Work), fax: 416-555-9877(Work), <a href=\"mailto:sarah.johnson@mainstreetfp.ca\">sarah.johnson@mainstreetfp.ca</a></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 17:00:00</p></blockquote></div>"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:telus:emr:ma:ma-schema-1:PractitionerRole",
      "value": "789-1"
    }
  ],
  "active": true,
  "practitioner": {
    "reference": "Practitioner/ma-ma-schema-1-Practitioner-789",
    "type": "Practitioner",
    "display": "Dr. Sarah Johnson"
  },
  "organization": {
    "reference": "Organization/ma-ma-schema-1-Organization-0",
    "type": "Organization",
    "display": "Main Street Family Practice"
  },
  "code": [
    {
      "coding": [
        {
          "system": "urn:telus:emr:ma:ma-schema-1:codetable:clinical-role",
          "code": "Doctor",
          "display": "Doctor",
          "userSelected": true
        }
      ],
      "text": "Doctor"
    },
    {
      "coding": [
        {
          "system": "https://fhir.infoway-inforoute.ca/CodeSystem/scptype",
          "code": "MD",
          "display": "Medical Doctor",
          "userSelected": false
        }
      ],
      "text": "Medical Doctor"
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "419772000",
          "display": "Family practice"
        }
      ],
      "text": "Family Medicine"
    }
  ],
  "location": [
    {
      "reference": "Location/ma-ma-schema-1-Location-101",
      "type": "Location",
      "display": "Exam Room 1"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "416-555-9876",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "416-555-9877",
      "use": "work"
    },
    {
      "system": "email",
      "value": "sarah.johnson@mainstreetfp.ca",
      "use": "work"
    }
  ],
  "availableTime": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ],
      "availableStartTime": "09:00:00",
      "availableEndTime": "17:00:00"
    }
  ]
}