PackagesCanonicalsLogsProblems
    Packages
    ihe.iti.pdqm@3.0.0-comment
    https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.Patient
description: 'The PDQm Patient Profile, based on the IPA Patient Profile\n- when any element in FHIR Core Patient are known, and when authorized to return the element, then all elements that are core to FHIR Patient should be returned\n- forbids modifier extensions and implicit rules - so that all uses do not need to be concerned with changes to the meaning of the core elements of the Patient resource\n- adds the `patient-mothersMaidenName` extension as an extension available to hold the mother''s maiden name\n\nFollowing the IPA Patient Profile, `Patient.identifier` is required. Including business identifiers in `Patient.identifier` is important for\nallowing the Patient resource to maintain identity outside of the context of the FHIR server on which it resides. \nThis would be the case when the resource is copied to another server, saved to a file, migrated to a new FHIR server, etc.\n\n`Patient.identifier` is typically be populated with an identifier assigned by an assigning authority in the \nlocal patient identifier domain. Populating with identifiers issued by jurisdictional authorities, such as\nthe patient''s national identifier, drivers license number, jurisdictional healthcare identifier, etc., is also \ntypical when policy allows for those identifiers to be disclosed to the client system. \n\nWhen no existing business identifier exists, the Patient Demographics Supplier may construct one in one of the \nfollowing ways:\n\n**Option 1**:  Populate `Patient.identifier.value` with the full URL for the Patient resource as it would be accessed by\nthe client when doing a READ request. In this case, the corresponding value for `Patient.identifier.system`\nshall be `urn:ietf:rfc:3986`.\n\n**Option 2**:  Populate `Patient.identifier.value` with a [Universally Unique Identifier](https://en.wikipedia.org/wiki/Universally_unique_identifier),\nincluding the `urn:uuid:` prefix. In this case, the corresponding value for `Patient.identifier.system` \nshall be `urn:ietf:rfc:3986`. The UUID should be persisted within the FHIR resource so that subsequent accesses \nreturn the same identifier, but it is not required in environments where doing so is not possible. '
package_name: ihe.iti.pdqm
derivation: constraint
name: PDQmPatient
type: Patient
elements:
  implicitRules: {index: 0}
  extension:
    index: 1
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        MothersMaidenName:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName', index: 2}
          min: 0
          max: 1
  modifierExtension: {index: 3}
package_version: 3.0.0-comment
extensions:
  MothersMaidenName: {url: 'http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName', min: 0, max: 1, type: Extension, index: 2}
class: profile
kind: resource
url: https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.Patient
base: http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient
version: 3.0.0-comment