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

FHIR IG analytics

Packageca.on.health.idms
Resource TypePractitionerRole
IdEXAMPLE-EMPLOYEE.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "PractitionerRole",
  "id": "0x000000000000002E",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2024-09-26T11:40:31.510+00:00",
    "profile": [
      "https://health.gov.on.ca/idms/fhir/StructureDefinition/IDMS-PractitionerRole-Employee"
    ]
  },
  "extension": [
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/CreatedDate",
      "valueDateTime": "1999-04-23T13:09:08.923Z"
    },
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/CreatedUser",
      "valueReference": {
        "reference": "PractitionerRole/DIRECT-SYSTEM-USER"
      }
    },
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/UpdatedDate",
      "valueDateTime": "2007-11-05T21:37:38.470Z"
    },
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/UpdatedUser",
      "valueReference": {
        "reference": "PractitionerRole/DIRECT-SYSTEM-USER"
      }
    },
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/SearchableExtraString",
      "valueString": "Ms.|Some Person"
    }
  ],
  "active": false,
  "practitioner": {
    "reference": "Practitioner/0x000000000000002E"
  },
  "organization": {
    "reference": "Organization/MOH-ORGANIZATION-ID"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://health.gov.on.ca/idms/fhir/CodeSystem/IDMS-Internal",
          "code": "AUTHORIZATION-ROLE-EMPLOYEE"
        }
      ]
    }
  ],
  "contact": [
    {
      "purpose": {
        "coding": [
          {
            "system": "https://health.gov.on.ca/idms/fhir/CodeSystem/IDMS-Internal",
            "code": "CONTACT-TYPE-MAIN"
          }
        ]
      }
    }
  ]
}