FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetelus.dw.emr.extract-1-1-21
Resource TypePractitionerRole
IdPractitionerRole-ma-ma-schema-1-PractitionerRole-789-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: PractitionerRole ma-ma-schema-1-PractitionerRole-789-1

Last updated: 2023-12-18 23:07:47+0000;

Information Source: urn:telus:emr:ma:ma-schema-1

Profile: DwPractitionerRole

identifier: urn:telus:emr:ma:ma-schema-1:PractitionerRole/789-1 (use: official, )

active: true

practitioner: Dr. Sarah Johnson

organization: Main Street Family Practice

code: Doctor, Medical Doctor, Medical doctor

specialty: Family Medicine

telecom: ph: 416-555-9876(Work), fax: 416-555-9877(Work), sarah.johnson@mainstreetfp.ca

availableTime

daysOfWeek: Monday, Tuesday, Wednesday, Thursday, Friday

availableStartTime: 09:00:00

availableEndTime: 17:00:00


Source1

{
  "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"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    },
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "112247003",
          "display": "Medical doctor",
          "userSelected": false
        }
      ],
      "text": "Medical doctor"
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "419772000",
          "display": "Family practice"
        }
      ],
      "text": "Family Medicine"
    }
  ],
  "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"
    }
  ]
}