PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vrdr@0.1.0
    http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Pronouncement-Performer
{
  "description": null,
  "_filename": "StructureDefinition-VRDR-Death-Pronouncement-Performer.json",
  "package_name": "hl7.fhir.us.vrdr",
  "date": "2019-03-27T07:24:20+11:00",
  "derivation": "constraint",
  "publisher": "Hi3 Solutions",
  "fhirVersion": "3.0.1",
  "name": "VRDR Death Pronouncement Performer",
  "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/w5",
    "name": "W5 Mapping",
    "identity": "w5"
  } ],
  "abstract": false,
  "type": "Practitioner",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.1.0",
  "snapshot": {
    "element": [ {
      "constraint": [ {
        "key": "dom-2",
        "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
        "xpath": "not(parent::f:contained and f:contained)",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.contained.empty()"
      }, {
        "key": "dom-1",
        "human": "If the resource is contained in another resource, it SHALL NOT contain any narrative",
        "xpath": "not(parent::f:contained and f:text)",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.text.empty()"
      }, {
        "key": "dom-4",
        "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
        "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()"
      }, {
        "key": "dom-3",
        "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource",
        "xpath": "not(exists(for $id in f:contained/*/@id return $id[not(ancestor::f:contained/parent::*/descendant::f:reference/@value=concat('#', $id))]))",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.where(('#'+id in %resource.descendants().reference).not()).empty()"
      } ],
      "path": "Practitioner",
      "min": 0,
      "definition": "A person who is directly or indirectly involved in the provisioning of healthcare.",
      "short": "A person with a  formal responsibility in the provisioning of healthcare or related services",
      "mapping": [ {
        "map": "Entity. Role, or Act",
        "identity": "rim"
      }, {
        "map": "PRD (as one example)",
        "identity": "v2"
      }, {
        "map": "Role",
        "identity": "rim"
      }, {
        "map": "Provider",
        "identity": "servd"
      }, {
        "map": "administrative.individual",
        "identity": "w5"
      } ],
      "max": "*",
      "id": "Practitioner",
      "comment": "Note that a cab driver no longer fits the bill. You probably would be interested in the organization rather than the individual?",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Practitioner"
      }
    }, {
      "path": "Practitioner.id",
      "min": 1,
      "definition": "SHALL contain exactly one [1..1] id (CONF:4393-68).",
      "short": "id",
      "type": [ {
        "code": "id"
      } ],
      "max": "1",
      "id": "Practitioner.id",
      "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.id"
      },
      "isSummary": true
    }, {
      "path": "Practitioner.meta",
      "min": 1,
      "definition": "SHALL contain exactly one [1..1] meta (CONF:4393-66).",
      "short": "meta",
      "type": [ {
        "code": "Meta"
      } ],
      "max": "1",
      "id": "Practitioner.meta",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.meta"
      },
      "isSummary": true
    }, {
      "path": "Practitioner.meta.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Practitioner.meta.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "Practitioner.meta.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "Practitioner.meta.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Practitioner.meta.versionId",
      "min": 0,
      "definition": "The version specific identifier, as it appears in the version portion of the URL. This values changes when the resource is created, updated, or deleted.",
      "short": "Version specific identifier",
      "type": [ {
        "code": "id"
      } ],
      "max": "1",
      "id": "Practitioner.meta.versionId",
      "comment": "The server assigns this value, and ignores what the client specifies, except in the case that the server is imposing version integrity on updates/deletes.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Meta.versionId"
      },
      "isSummary": true
    }, {
      "path": "Practitioner.meta.lastUpdated",
      "min": 0,
      "definition": "When the resource last changed - e.g. when the version changed.",
      "short": "When the resource version last changed",
      "type": [ {
        "code": "instant"
      } ],
      "max": "1",
      "id": "Practitioner.meta.lastUpdated",
      "comment": "This value is always populated except when the resource is first being created. The server / resource manager sets this value; what a client provides is irrelevant.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Meta.lastUpdated"
      },
      "isSummary": true
    }, {
      "path": "Practitioner.meta.profile",
      "min": 1,
      "definition": "This meta SHALL contain exactly one [1..1] profile=\"http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Pronouncement-Performer\" (CONF:4393-69).",
      "short": "profile",
      "type": [ {
        "code": "uri"
      } ],
      "patternString": "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Pronouncement-Performer",
      "max": "1",
      "id": "Practitioner.meta.profile",
      "comment": "It is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time.  The list of profile URLs is a set.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Meta.profile"
      },
      "isSummary": true
    }, {
      "path": "Practitioner.meta.security",
      "min": 0,
      "definition": "Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure.",
      "short": "Security Labels applied to this resource",
      "type": [ {
        "code": "Coding"
      } ],
      "binding": {
        "strength": "extensible",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "SecurityLabels"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "Security Labels from the Healthcare Privacy and Security Classification System.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/security-labels"
        }
      },
      "max": "*",
      "id": "Practitioner.meta.security",
      "comment": "The security labels can be updated without changing the stated version of the resource  The list of security labels is a set. Uniqueness is based the system/code, and version and display are ignored.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Meta.security"
      },
      "isSummary": true
    }, {
      "path": "Practitioner.meta.tag",
      "min": 0,
      "definition": "Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource.",
      "short": "Tags applied to this resource",
      "type": [ {
        "code": "Coding"
      } ],
      "binding": {
        "strength": "example",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "Tags"
        } ],
        "description": "Codes that represent various types of tags, commonly workflow-related; e.g. \"Needs review by Dr. Jones\"",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/common-tags"
        }
      },
      "max": "*",
      "id": "Practitioner.meta.tag",
      "comment": "The tags can be updated without changing the stated version of the resource.  The list of tags is a set. Uniqueness is based the system/code, and version and display are ignored.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Meta.tag"
      },
      "isSummary": true
    }, {
      "path": "Practitioner.implicitRules",
      "min": 0,
      "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.",
      "isModifier": true,
      "short": "A set of rules under which this content was created",
      "type": [ {
        "code": "uri"
      } ],
      "max": "1",
      "id": "Practitioner.implicitRules",
      "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. \n\nThis element is labelled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.implicitRules"
      },
      "isSummary": true
    }, {
      "path": "Practitioner.language",
      "min": 0,
      "definition": "The base language in which the resource is written.",
      "short": "Language of the resource content",
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "extensible",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
          "valueReference": {
            "reference": "http://hl7.org/fhir/ValueSet/all-languages"
          }
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "Language"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "A human language.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "max": "1",
      "id": "Practitioner.language",
      "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies  to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource  Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.language"
      }
    }, {
      "path": "Practitioner.text",
      "min": 0,
      "definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
      "short": "Text summary of the resource, for human interpretation",
      "mapping": [ {
        "map": "Act.text?",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Narrative"
      } ],
      "alias": [ "narrative", "html", "xhtml", "display" ],
      "max": "1",
      "id": "Practitioner.text",
      "condition": [ "dom-1" ],
      "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied).  This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded in formation is added later.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "DomainResource.text"
      }
    }, {
      "path": "Practitioner.contained",
      "min": 0,
      "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
      "short": "Contained, inline Resources",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Resource"
      } ],
      "alias": [ "inline resources", "anonymous resources", "contained resources" ],
      "max": "*",
      "id": "Practitioner.contained",
      "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.contained"
      }
    }, {
      "path": "Practitioner.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "Practitioner.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      }
    }, {
      "path": "Practitioner.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "Practitioner.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.modifierExtension"
      }
    }, {
      "path": "Practitioner.identifier",
      "requirements": "Often, specific identities are assigned for the agent.",
      "min": 0,
      "definition": "An identifier that applies to this person in this role.",
      "short": "A identifier for the person as this agent",
      "mapping": [ {
        "map": "PRD-7 (or XCN.1)",
        "identity": "v2"
      }, {
        "map": "./id",
        "identity": "rim"
      }, {
        "map": "./Identifiers",
        "identity": "servd"
      }, {
        "map": "id",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "Identifier"
      } ],
      "max": "*",
      "id": "Practitioner.identifier",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Practitioner.identifier"
      },
      "isSummary": true
    }, {
      "path": "Practitioner.active",
      "requirements": "Need to be able to mark a practitioner record as not to be used because it was created in error.",
      "min": 0,
      "definition": "Whether this practitioner's record is in active use.",
      "short": "Whether this practitioner's record is in active use",
      "mapping": [ {
        "map": "./statusCode",
        "identity": "rim"
      }, {
        "map": "status",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "boolean"
      } ],
      "defaultValueBoolean": true,
      "max": "1",
      "id": "Practitioner.active",
      "comment": "Default is true. \r\rIf the practitioner is not in use by one organization, then it should mark the period on the PractitonerRole with an end date (even if they are active) as they may be active in another role.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Practitioner.active"
      },
      "isSummary": true
    }, {
      "path": "Practitioner.name",
      "requirements": "The name(s) that a Practitioner is known by. Where there are multiple, the name that the practitioner is usually known as should be used in the display.",
      "min": 1,
      "definition": "SHALL contain exactly one [1..1] name (CONF:4393-70).",
      "short": "name",
      "mapping": [ {
        "map": "XCN Components",
        "identity": "v2"
      }, {
        "map": "./name",
        "identity": "rim"
      }, {
        "map": "./PreferredName (GivenNames, FamilyName, TitleCode)",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "HumanName"
      } ],
      "max": "1",
      "id": "Practitioner.name",
      "comment": "The selection of the use property should ensure that there is a single usual name specified, and others use the nickname (alias), old, or other values as appropriate.\r\rIn general select the value to be used in the ResourceReference.display based on this:\r\r1. There is more than 1 name\r2. Use = usual\r3. Period is current to the date of the usage\r4. Use = official\r5. Other order as decided by internal business rules.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Practitioner.name"
      },
      "isSummary": true
    }, {
      "path": "Practitioner.telecom",
      "requirements": "Need to know how to reach a practitioner independent to any roles the practitioner may have.",
      "min": 0,
      "definition": "A contact detail for the practitioner, e.g. a telephone number or an email address.",
      "short": "A contact detail for the practitioner (that apply to all roles)",
      "mapping": [ {
        "map": "PRT-15, STF-10, ROL-12",
        "identity": "v2"
      }, {
        "map": "./telecom",
        "identity": "rim"
      }, {
        "map": "./ContactPoints",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "ContactPoint"
      } ],
      "max": "*",
      "id": "Practitioner.telecom",
      "comment": "Person may have multiple ways to be contacted with different uses or applicable periods.  May need to have options for contacting the person urgently, and also to help with identification\r\rThese typically will have home numbers, or mobile numbers that are not role specific.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Practitioner.telecom"
      },
      "isSummary": true
    }, {
      "path": "Practitioner.address",
      "requirements": "The home/mailing address of the practitioner is often required for employee administration purposes, and also for some rostering services where the start point (practitioners home) can be used in calculations.",
      "min": 0,
      "definition": "Address(es) of the practitioner that are not role specific (typically home address). \rWork addresses are not typically entered in this property as they are usually role dependent.",
      "short": "Address(es) of the practitioner that are not role specific (typically home address)",
      "mapping": [ {
        "map": "ORC-24, STF-11, ROL-11, PRT-14",
        "identity": "v2"
      }, {
        "map": "./addr",
        "identity": "rim"
      }, {
        "map": "./Addresses",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "Address"
      } ],
      "max": "*",
      "id": "Practitioner.address",
      "comment": "The PractitionerRole does not have an address value on it, as it is expected that the location property be used for this purpose (which has an address).",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Practitioner.address"
      },
      "isSummary": true
    }, {
      "path": "Practitioner.gender",
      "requirements": "Needed to address the person correctly.",
      "min": 0,
      "definition": "Administrative Gender - the gender that the person is considered to have for administration and record keeping purposes.",
      "short": "male | female | other | unknown",
      "mapping": [ {
        "map": "STF-5",
        "identity": "v2"
      }, {
        "map": "./administrativeGender",
        "identity": "rim"
      }, {
        "map": "./GenderCode",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "AdministrativeGender"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "The gender of a person used for administrative purposes.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/administrative-gender"
        }
      },
      "max": "1",
      "id": "Practitioner.gender",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Practitioner.gender"
      },
      "isSummary": true
    }, {
      "path": "Practitioner.birthDate",
      "requirements": "Needed for identification.",
      "min": 0,
      "definition": "The date of birth for the practitioner.",
      "short": "The date  on which the practitioner was born",
      "mapping": [ {
        "map": "STF-6",
        "identity": "v2"
      }, {
        "map": "./birthTime",
        "identity": "rim"
      }, {
        "map": "(not represented in ServD)",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "date"
      } ],
      "max": "1",
      "id": "Practitioner.birthDate",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Practitioner.birthDate"
      },
      "isSummary": true
    }, {
      "path": "Practitioner.photo",
      "requirements": "Many EHR systems have the capability to capture an image of patients and personnel. Fits with newer social media usage too.",
      "min": 0,
      "definition": "Image of the person.",
      "short": "Image of the person",
      "mapping": [ {
        "map": "./subjectOf/ObservationEvent[code=\"photo\"]/value",
        "identity": "rim"
      }, {
        "map": "./ImageURI (only supports the URI reference)",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "Attachment"
      } ],
      "max": "*",
      "id": "Practitioner.photo",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Practitioner.photo"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() | (children().count() > id.count())"
      } ],
      "path": "Practitioner.qualification",
      "min": 1,
      "definition": "SHALL contain exactly one [1..1] qualification (CONF:4393-67).",
      "short": "qualification",
      "mapping": [ {
        "map": "CER?",
        "identity": "v2"
      }, {
        "map": ".playingEntity.playingRole[classCode=QUAL].code",
        "identity": "rim"
      }, {
        "map": "./Qualifications",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "BackboneElement"
      } ],
      "max": "1",
      "id": "Practitioner.qualification",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Practitioner.qualification"
      }
    }, {
      "path": "Practitioner.qualification.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Practitioner.qualification.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "Practitioner.qualification.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "Practitioner.qualification.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Practitioner.qualification.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "Practitioner.qualification.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isSummary": true
    }, {
      "path": "Practitioner.qualification.identifier",
      "requirements": "Often, specific identities are assigned for the qualification.",
      "min": 1,
      "definition": "This qualification SHALL contain exactly one [1..1] identifier (CONF:4393-71).",
      "short": "identifier",
      "mapping": [ {
        "map": ".playingEntity.playingRole[classCode=QUAL].id",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Identifier"
      } ],
      "max": "1",
      "id": "Practitioner.qualification.identifier",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Practitioner.qualification.identifier"
      }
    }, {
      "path": "Practitioner.qualification.code",
      "min": 1,
      "definition": "This qualification SHALL contain exactly one [1..1] code (CONF:4393-72).",
      "short": "code",
      "mapping": [ {
        "map": ".playingEntity.playingRole[classCode=QUAL].code",
        "identity": "rim"
      }, {
        "map": "./Qualifications.Value",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "example",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "Qualification"
        } ],
        "description": "Specific qualification the practitioner has to provide a service",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/v2-2.7-0360"
        }
      },
      "max": "1",
      "id": "Practitioner.qualification.code",
      "base": {
        "max": "1",
        "min": 1,
        "path": "Practitioner.qualification.code"
      }
    }, {
      "path": "Practitioner.qualification.period",
      "requirements": "Qualifications are often for a limited period of time, and can be revoked.",
      "min": 0,
      "definition": "Period during which the qualification is valid.",
      "short": "Period during which the qualification is valid",
      "mapping": [ {
        "map": ".playingEntity.playingRole[classCode=QUAL].effectiveTime",
        "identity": "rim"
      }, {
        "map": "./Qualifications.StartDate and ./Qualifications.EndDate",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "Period"
      } ],
      "max": "1",
      "id": "Practitioner.qualification.period",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Practitioner.qualification.period"
      }
    }, {
      "path": "Practitioner.qualification.issuer",
      "min": 0,
      "definition": "Organization that regulates and issues the qualification.",
      "short": "Organization that regulates and issues the qualification",
      "mapping": [ {
        "map": ".playingEntity.playingRole[classCode=QUAL].scoper",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
      } ],
      "max": "1",
      "id": "Practitioner.qualification.issuer",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Practitioner.qualification.issuer"
      }
    }, {
      "path": "Practitioner.communication",
      "requirements": "Knowing which language a practitioner speaks can help in facilitating communication with patients.",
      "min": 0,
      "definition": "A language the practitioner is able to use in patient communication.",
      "short": "A language the practitioner is able to use in patient communication",
      "mapping": [ {
        "map": "PID-15, NK1-20, LAN-2",
        "identity": "v2"
      }, {
        "map": "./languageCommunication",
        "identity": "rim"
      }, {
        "map": "./Languages.LanguageSpokenCode",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "extensible",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
          "valueReference": {
            "reference": "http://hl7.org/fhir/ValueSet/all-languages"
          }
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "Language"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "A human language.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "max": "*",
      "id": "Practitioner.communication",
      "comment": "The structure aa-BB with this exact casing is one the most widely used notations for locale. However not all systems actually code this but instead have it as free text. Hence CodeableConcept instead of code as the data type.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Practitioner.communication"
      }
    } ]
  },
  "status": "draft",
  "id": "df772275-8740-4b08-ae38-15b6f2365c65",
  "kind": "resource",
  "url": "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Pronouncement-Performer",
  "context": [ "Practitioner" ],
  "version": "0.1.0",
  "differential": {
    "element": [ {
      "id": "Practitioner",
      "path": "Practitioner"
    }, {
      "id": "Practitioner.id",
      "max": "1",
      "min": 1,
      "path": "Practitioner.id",
      "short": "id",
      "definition": "SHALL contain exactly one [1..1] id (CONF:4393-68)."
    }, {
      "id": "Practitioner.meta",
      "max": "1",
      "min": 1,
      "path": "Practitioner.meta",
      "short": "meta",
      "definition": "SHALL contain exactly one [1..1] meta (CONF:4393-66)."
    }, {
      "id": "Practitioner.meta.profile",
      "max": "1",
      "min": 1,
      "path": "Practitioner.meta.profile",
      "short": "profile",
      "definition": "This meta SHALL contain exactly one [1..1] profile=\"http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Pronouncement-Performer\" (CONF:4393-69).",
      "patternString": "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Pronouncement-Performer"
    }, {
      "id": "Practitioner.name",
      "max": "1",
      "min": 1,
      "path": "Practitioner.name",
      "short": "name",
      "definition": "SHALL contain exactly one [1..1] name (CONF:4393-70)."
    }, {
      "id": "Practitioner.qualification",
      "max": "1",
      "min": 1,
      "path": "Practitioner.qualification",
      "short": "qualification",
      "definition": "SHALL contain exactly one [1..1] qualification (CONF:4393-67)."
    }, {
      "id": "Practitioner.qualification.identifier",
      "max": "1",
      "min": 1,
      "path": "Practitioner.qualification.identifier",
      "short": "identifier",
      "definition": "This qualification SHALL contain exactly one [1..1] identifier (CONF:4393-71)."
    }, {
      "id": "Practitioner.qualification.code",
      "max": "1",
      "min": 1,
      "path": "Practitioner.qualification.code",
      "short": "code",
      "definition": "This qualification SHALL contain exactly one [1..1] code (CONF:4393-72)."
    } ]
  },
  "contact": [ {
    "name": "AbdulMalik Shakir",
    "telecom": [ {
      "use": "work",
      "value": "6266444491",
      "system": "phone"
    }, {
      "use": "work",
      "value": "abdulmalik.shakir@hi3solutions.com",
      "system": "email"
    } ]
  } ],
  "contextType": "resource",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner"
}