PackagesCanonicalsLogsProblems
    Packages
    ca.on.health.sadie@0.1.30-beta
    https://health.gov.on.ca/sadie/fhir/StructureDefinition/FlexFormsRole
{
  "description": "This is a Practitioner Role in the FlexForms system.",
  "_filename": "FlexFormsRole.json",
  "package_name": "ca.on.health.sadie",
  "date": null,
  "derivation": "constraint",
  "meta": {
    "tag": [ {
      "code": "validation_passed",
      "system": "https://smilecdr.com/fhir/NamingSystem/tags",
      "display": "Validation Passed"
    } ],
    "versionId": "2",
    "lastUpdated": "2021-08-18T01:02:47.113+00:00"
  },
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "FlexFormsRole",
  "mapping": [ {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://www.omg.org/spec/ServD/1.0/",
    "name": "ServD",
    "identity": "servd"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  } ],
  "abstract": false,
  "type": "PractitionerRole",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "FlexFormsRole",
  "package_version": "0.1.30-beta",
  "status": "active",
  "id": "ff43ec1f-6a6f-46bd-abef-7ccc36d8dcd7",
  "kind": "resource",
  "url": "https://health.gov.on.ca/sadie/fhir/StructureDefinition/FlexFormsRole",
  "version": "1.0",
  "differential": {
    "element": [ {
      "id": "PractitionerRole",
      "path": "PractitionerRole",
      "definition": "#### **_`FOR SADIE USE:  This is for all roles in the application.  Users can have more than one role.`_**\n\nA specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time."
    }, {
      "id": "PractitionerRole.extension",
      "path": "PractitionerRole.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "PractitionerRole.extension:RelatedPractitionerRole",
      "max": "1",
      "path": "PractitionerRole.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://health.gov.on.ca/sadie/fhir/StructureDefinition/RelatedPractitionerRole" ]
      } ],
      "sliceName": "RelatedPractitionerRole",
      "definition": "#### **_` FOR SADIE USE:  This is the id of the related Practitioner Role.`_**"
    }, {
      "id": "PractitionerRole.extension:RelatedRequestorRole",
      "max": "1",
      "path": "PractitionerRole.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://health.gov.on.ca/sadie/fhir/StructureDefinition/RelatedRequestorRole" ]
      } ],
      "sliceName": "RelatedRequestorRole",
      "definition": "#### **_` FOR SADIE USE:  This is the id of the related Requestor Role.`_**"
    }, {
      "id": "PractitionerRole.extension:TeamMemberName",
      "max": "1",
      "path": "PractitionerRole.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://health.gov.on.ca/sadie/fhir/StructureDefinition/TeamMemberName" ]
      } ],
      "sliceName": "TeamMemberName",
      "definition": "#### **_` FOR SADIE USE:  This is used by the User Maintenance Screen. This the name a Requestor gives to a member of their team. It can be nickname or whatever the requestor wants and doesn’t have to correlate with their name in EBSE`_**"
    }, {
      "id": "PractitionerRole.extension:GeneralConsent",
      "max": "1",
      "path": "PractitionerRole.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://health.gov.on.ca/sadie/fhir/StructureDefinition/RelatedGeneralConsent" ]
      } ],
      "sliceName": "GeneralConsent",
      "definition": "#### **_` FOR SADIE USE:  The Terms Of Use Consent that the user creating/updating the record agreed to. The user needs to agree to the Terms of Use everytime they create of update the record.`_**"
    }, {
      "id": "PractitionerRole.extension:TeamMaintenanceConsent",
      "max": "1",
      "path": "PractitionerRole.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://health.gov.on.ca/sadie/fhir/StructureDefinition/RelatedTeamMaintenanceConsent" ]
      } ],
      "sliceName": "TeamMaintenanceConsent",
      "definition": "#### **_` FOR SADIE USE:  The Terms Of Use Consent that the user agreed to when creating/updating this record using  Team Maintenance.`_**"
    }, {
      "id": "PractitionerRole.identifier",
      "max": "0",
      "path": "PractitionerRole.identifier"
    }, {
      "id": "PractitionerRole.period",
      "max": "0",
      "path": "PractitionerRole.period"
    }, {
      "id": "PractitionerRole.practitioner",
      "min": 1,
      "path": "PractitionerRole.practitioner",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://health.gov.on.ca/sadie/fhir/StructureDefinition/FlexFormUser", "https://health.gov.on.ca/sadie/fhir/StructureDefinition/FlexFormPotentialUser" ]
      } ],
      "definition": "#### **_` FOR SADIE USE:  This is either a user or a potential user (only GoSecure email address)`_**\n\nPractitioner that is able to provide the defined services for the organization."
    }, {
      "id": "PractitionerRole.organization",
      "path": "PractitionerRole.organization",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://health.gov.on.ca/sadie/fhir/StructureDefinition/ProgramArea" ]
      } ],
      "definition": "#### **_` FOR SADIE USE:   This is the Program Area for this Role`_**\n\nThe organization where the Practitioner performs the roles associated."
    }, {
      "id": "PractitionerRole.code",
      "max": "1",
      "min": 1,
      "path": "PractitionerRole.code",
      "definition": "#### **_`FOR SADIE USE:  This is an authorization role ( ODSP-REQUESTOR, ODSP-DELEGATE, etc) .`_**\n\n\nRoles which this practitioner is authorized to perform for the organization."
    }, {
      "id": "PractitionerRole.code.coding.system",
      "min": 1,
      "path": "PractitionerRole.code.coding.system",
      "fixedUri": "urn:sadie:internalCodeSystem",
      "definition": "#### **_`FOR SADIE USE:  This is always the SADIE internal code system uri:  urn:sadie:internalCodeSystem`_**\n\nThe identification of the code system that defines the meaning of the symbol in the code."
    }, {
      "id": "PractitionerRole.code.coding.version",
      "max": "0",
      "path": "PractitionerRole.code.coding.version"
    }, {
      "id": "PractitionerRole.code.coding.code",
      "min": 1,
      "path": "PractitionerRole.code.coding.code",
      "binding": {
        "strength": "required",
        "valueSet": "http://health.gov.on.ca/sadie/fhir/ValueSet/FlexForms-AuthorizationRoles"
      },
      "definition": "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination)."
    }, {
      "id": "PractitionerRole.code.coding.display",
      "max": "0",
      "path": "PractitionerRole.code.coding.display"
    }, {
      "id": "PractitionerRole.code.coding.userSelected",
      "max": "0",
      "path": "PractitionerRole.code.coding.userSelected"
    }, {
      "id": "PractitionerRole.code.text",
      "max": "0",
      "path": "PractitionerRole.code.text"
    }, {
      "id": "PractitionerRole.specialty",
      "max": "0",
      "path": "PractitionerRole.specialty"
    }, {
      "id": "PractitionerRole.location",
      "path": "PractitionerRole.location",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://health.gov.on.ca/sadie/fhir/StructureDefinition/RequestorLocation" ]
      } ],
      "definition": "#### **_` FOR SADIE USE:   These are Requestor's office locations`_**\n\nThe location(s) at which this practitioner provides care."
    }, {
      "id": "PractitionerRole.healthcareService",
      "max": "0",
      "path": "PractitionerRole.healthcareService"
    }, {
      "id": "PractitionerRole.telecom",
      "max": "0",
      "path": "PractitionerRole.telecom"
    }, {
      "id": "PractitionerRole.availableTime",
      "max": "0",
      "path": "PractitionerRole.availableTime"
    }, {
      "id": "PractitionerRole.notAvailable",
      "max": "0",
      "path": "PractitionerRole.notAvailable"
    }, {
      "id": "PractitionerRole.availabilityExceptions",
      "max": "0",
      "path": "PractitionerRole.availabilityExceptions"
    }, {
      "id": "PractitionerRole.endpoint",
      "max": "0",
      "path": "PractitionerRole.endpoint"
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PractitionerRole"
}