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

FHIR IG analytics

Packageca.on.health.idms
Resource TypePractitionerRole
IdEXAMPLE-CONTACT.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": "CONTACT0000000000000001",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2024-09-26T11:47:15.766+00:00",
    "profile": [
      "https://health.gov.on.ca/idms/fhir/StructureDefinition/IDMS-PractitionerRole-Contact"
    ]
  },
  "extension": [
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/CreatedDate",
      "valueDateTime": "1999-07-08T19:55:10.967Z"
    },
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/CreatedUser",
      "valueReference": {
        "reference": "PractitionerRole/0x000000000000001F"
      }
    },
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/UpdatedDate",
      "valueDateTime": "2005-01-26T21:42:18.577Z"
    },
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/UpdatedUser",
      "valueReference": {
        "reference": "PractitionerRole/0x0000000000000070"
      }
    },
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/JobTitle",
      "valueString": "President"
    },
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/SearchableExtraString",
      "valueString": "Mr. Gretzky, Wayne|President"
    },
    {
      "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": "DELTA POSTAL CODE: "
    },
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/Extension-Contact-Primary-Indicator",
      "valueBoolean": false
    }
  ],
  "active": true,
  "practitioner": {
    "reference": "Practitioner/CONTACT0000000000000001"
  },
  "organization": {
    "reference": "Organization/0x0000000000000001"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://health.gov.on.ca/idms/fhir/CodeSystem/IDMS-Internal",
          "code": "AUTHORIZATION-ROLE-CONTACT"
        }
      ]
    }
  ],
  "contact": [
    {
      "purpose": {
        "coding": [
          {
            "system": "https://health.gov.on.ca/idms/fhir/CodeSystem/IDMS-Internal",
            "code": "CONTACT-TYPE-MAIN"
          }
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "15199999999"
        },
        {
          "system": "fax",
          "value": "15199999999"
        }
      ],
      "address": {
        "line": [
          "123 Here"
        ],
        "city": "London",
        "state": "ON",
        "postalCode": "A1A 1A1",
        "country": "Canada"
      }
    }
  ]
}