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

FHIR IG analytics

Packageca.on.health.idms
Resource TypePractitionerRole
IdExample-Reviewer.json
FHIR VersionR5

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

Data from DSTS migration: \n \n FAX: +1 (416) 658-2015 \n ADDRESS TYPE: Business\n \n EXPERTISE:\n(primary) Clinical

Source1

{
  "resourceType": "PractitionerRole",
  "id": "REVIEWER0000000000000025",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2024-09-26T11:52:02.052+00:00",
    "profile": [
      "https://health.gov.on.ca/idms/fhir/StructureDefinition/IDMS-PractitionerRole-Reviewer"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/CreatedDate",
      "valueDateTime": "1997-04-10T18:15:10.647Z"
    },
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/CreatedUser",
      "valueReference": {
        "reference": "PractitionerRole/0x000000000000000B"
      }
    },
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/UpdatedDate",
      "valueDateTime": "2000-03-20T20:05:32.700Z"
    },
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/UpdatedUser",
      "valueReference": {
        "reference": "PractitionerRole/0x0000000000000034"
      }
    },
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/JobTitle",
      "valueString": "Psychiatrist-In-Chief"
    },
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/SearchableExtraString",
      "valueString": "Dr. Smith, Tina|Psychiatrist-In-Chief|Psychiatry"
    },
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/Comments",
      "valueString": "Data from DSTS migration:"
    },
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/MigrationNotes",
      "valueString": ""
    }
  ],
  "active": false,
  "practitioner": {
    "reference": "Practitioner/REVIEWER0000000000000025"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://health.gov.on.ca/idms/fhir/CodeSystem/IDMS-Internal",
          "code": "AUTHORIZATION-ROLE-REVIEWER"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "https://health.gov.on.ca/idms/fhir/CodeSystem/Specialties",
          "code": "OTHER",
          "display": "Psychiatry",
          "userSelected": true
        }
      ]
    }
  ],
  "contact": [
    {
      "purpose": {
        "coding": [
          {
            "system": "https://health.gov.on.ca/idms/fhir/CodeSystem/IDMS-Internal",
            "code": "CONTACT-TYPE-MAIN"
          }
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "11234567890"
        }
      ],
      "address": {
        "line": [
          "Psychiatrist-in-chief",
          "Some Hospital",
          "Some Street"
        ],
        "city": "Toronto",
        "state": "ON",
        "postalCode": "AAA 111",
        "country": "Canada"
      }
    }
  ],
  "characteristic": [
    {
      "coding": [
        {
          "system": "https://health.gov.on.ca/idms/fhir/CodeSystem/IDMS-CODESYSTEM-REVIEWER-TYPE",
          "code": "CONSULTANT",
          "display": "Consultant"
        }
      ]
    }
  ]
}