PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.ca.baseline@1.1.5-pre
    http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-rolestatus
{
  "description": "This extension applies to the PractitionerRole resource and indicates the possible states of the Role, as defined by the HL7v3 Role class state machine.",
  "_filename": "structuredefinition-ext-rolestatus.json",
  "package_name": "hl7.fhir.ca.baseline",
  "date": "2022-09-30",
  "derivation": "constraint",
  "publisher": "HL7 Canada - FHIR Implementation Work Group",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "CA",
      "system": "urn:iso:std:iso:3166"
    } ]
  } ],
  "name": "ExtensionRoleStatus",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  } ],
  "abstract": false,
  "type": "Extension",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Extension: RoleStatus",
  "package_version": "1.1.5-pre",
  "status": "draft",
  "id": "443bb974-e3ce-4a60-8c3e-b3dbba8b012d",
  "kind": "complex-type",
  "url": "http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-rolestatus",
  "context": [ {
    "type": "element",
    "expression": "PractitionerRole"
  } ],
  "version": "0.3.0",
  "differential": {
    "element": [ {
      "id": "Extension",
      "max": "1",
      "path": "Extension",
      "short": "RoleStatus extension",
      "comment": "The roleStatus extension has been flagged for further implementer feedback regarding whether it should be considered a modifier extension given that the status code may provide additional knowledge about the PractitionerRole resource that modifies its meaning or interpretation",
      "mapping": [ {
        "map": "RoleStatus",
        "comment": "Codes representing the defined possible states of the Role",
        "identity": "rim"
      } ],
      "definition": "Represents the status of the Role, as defined by the HL7v3 Role class state machine."
    }, {
      "id": "Extension.url",
      "max": "1",
      "min": 1,
      "path": "Extension.url",
      "fixedUri": "http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-rolestatus"
    }, {
      "id": "Extension.value[x]",
      "max": "1",
      "min": 1,
      "path": "Extension.value[x]",
      "type": [ {
        "code": "code"
      } ],
      "short": "normal | active | cancelled | pending | suspended | terminated | nullified",
      "binding": {
        "strength": "required",
        "valueSet": "http://terminology.hl7.org/ValueSet/v3-RoleStatus"
      },
      "definition": "Code representing the defined possible states of a practitioner"
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "https://infocentral.infoway-inforoute.ca/en/collaboration/wg/fhir-implementations",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension"
}