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

FHIR IG analytics

Packageca.on.health.idms.agreementmvp
Resource TypeStructureDefinition
IdExtension-Employee-Role.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=ca.on.health.idms.agreementmvp@3.0.1&canonical=https://health.gov.on.ca/idms/fhir/StructureDefinition/Extension-Employee-Role
URLhttps://health.gov.on.ca/idms/fhir/StructureDefinition/Extension-Employee-Role
Version1.0.0
Statusactive
NameExtensionEmployee-Role
TitleEmployee Role
TypeExtension
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
ca.on.health.idms.agreementmvp#3.0.1IDMS-EMPLOYEE-ROLE-ALLEmployee Roles

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "Extension-Employee-Role",
  "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/Extension-Employee-Role",
  "version": "1.0.0",
  "name": "ExtensionEmployee-Role",
  "title": "Employee Role",
  "status": "active",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Practitioner"
    },
    {
      "type": "element",
      "expression": "Basic"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://health.gov.on.ca/idms/fhir/StructureDefinition/Extension-Employee-Role"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "The Employee Role.",
          "valueSet": "https://health.gov.on.ca/idms/fhir/ValueSet/IDMS-EMPLOYEE-ROLE-ALL"
        }
      }
    ]
  }
}