PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.mha-pds@0.9.0-alpha-1
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-patient
{
  "description": "Proposed constraints and extensions on the Patient Resource. This represents client information.",
  "_filename": "PatientProfile.json",
  "package_name": "ca.on.oh.mha-pds",
  "date": "2020-09-29",
  "derivation": "constraint",
  "publisher": "HL7 Canada",
  "purpose": "The Patient Profile will serve to exchange client related data including but not limited to identifiers and demographics.",
  "name": "Patient",
  "mapping": [ {
    "name": "MHA PDS Mapping",
    "identity": "MHA-PDS-Mapping"
  } ],
  "abstract": false,
  "type": "Patient",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "MHA Patient Profile",
  "package_version": "0.9.0-alpha-1",
  "status": "draft",
  "id": "51c7d799-cf62-436a-9128-8877b7c10e86",
  "kind": "resource",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-patient",
  "version": "0.1.1",
  "differential": {
    "element": [ {
      "id": "Patient",
      "path": "Patient",
      "short": "Patient Profile",
      "definition": "The Patient Profile is based upon the core FHIR Patient Resource",
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Patient.meta",
      "min": 1,
      "path": "Patient.meta",
      "mustSupport": true
    }, {
      "id": "Patient.meta.profile",
      "max": "1",
      "min": 1,
      "path": "Patient.meta.profile",
      "mustSupport": true,
      "fixedCanonical": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-patient"
    }, {
      "id": "Patient.extension",
      "min": 0,
      "path": "Patient.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Patient.extension:ethnicity",
      "min": 0,
      "path": "Patient.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-ethnicity" ]
      } ],
      "mapping": [ {
        "map": "Ethnicity",
        "identity": "MHA-PDS-Mapping"
      } ],
      "sliceName": "ethnicity",
      "mustSupport": true
    }, {
      "id": "Patient.extension:ethnicity.value[x]",
      "path": "Patient.extension.value[x]",
      "type": [ {
        "code": "CodeableConcept"
      } ]
    }, {
      "id": "Patient.extension:ethnicity.value[x]:valueCoding",
      "path": "Patient.extension.value[x]",
      "binding": {
        "strength": "extensible"
      },
      "sliceName": "valueCoding"
    }, {
      "id": "Patient.extension:ethnicity.value[x]:valueCoding.system",
      "path": "Patient.extension.value[x].system",
      "fixedUri": "http://snomed.info/sct",
      "mustSupport": true
    }, {
      "id": "Patient.extension:ethnicity.value[x]:valueCoding.code",
      "path": "Patient.extension.value[x].code",
      "mustSupport": true
    }, {
      "id": "Patient.extension:clientReligion",
      "min": 0,
      "path": "Patient.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/patient-religion" ]
      } ],
      "mapping": [ {
        "map": "Religion and Spiritual Affiliation",
        "identity": "MHA-PDS-Mapping"
      } ],
      "sliceName": "clientReligion",
      "mustSupport": true
    }, {
      "id": "Patient.extension:clientReligion.value[x].coding.code",
      "path": "Patient.extension.value[x].coding.code",
      "mustSupport": true
    }, {
      "id": "Patient.identifier",
      "min": 1,
      "path": "Patient.identifier",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "type",
          "type": "pattern"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Patient.identifier.type",
      "min": 1,
      "path": "Patient.identifier.type",
      "example": [ {
        "label": "Pattern",
        "valueCodeableConcept": {
          "coding": [ {
            "code": "MR",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          } ]
        }
      } ],
      "mapping": [ {
        "map": "Identifier Type",
        "identity": "MHA-PDS-Mapping"
      } ],
      "mustSupport": true
    }, {
      "id": "Patient.identifier.system",
      "min": 1,
      "path": "Patient.identifier.system",
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Patient.identifier.value",
      "min": 1,
      "path": "Patient.identifier.value",
      "short": "The value that is unique within the system.",
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Patient.identifier:MRN",
      "max": "1",
      "min": 1,
      "path": "Patient.identifier",
      "short": "Medical Record Number",
      "sliceName": "MRN",
      "definition": "An identifier assigned by the vendor system.",
      "mustSupport": true
    }, {
      "id": "Patient.identifier:MRN.type",
      "min": 1,
      "path": "Patient.identifier.type",
      "short": "Medical Record Number identifier type",
      "fixedCodeableConcept": {
        "coding": [ {
          "code": "MR",
          "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
        } ]
      }
    }, {
      "id": "Patient.identifier:MRN.type.coding.system",
      "path": "Patient.identifier.type.coding.system",
      "fixedUri": "http://terminology.hl7.org/CodeSystem/v2-0203"
    }, {
      "id": "Patient.identifier:MRN.type.coding.code",
      "path": "Patient.identifier.type.coding.code",
      "fixedCode": "MR"
    }, {
      "id": "Patient.identifier:MRN.system",
      "min": 1,
      "path": "Patient.identifier.system"
    }, {
      "id": "Patient.identifier:MRN.value",
      "min": 1,
      "path": "Patient.identifier.value",
      "short": "A Medical Record Number.",
      "mapping": [ {
        "map": "Client Identifier - MRN",
        "identity": "MHA-PDS-Mapping"
      } ],
      "mustSupport": true
    }, {
      "id": "Patient.identifier:MRN.assigner",
      "path": "Patient.identifier.assigner",
      "short": "Vendor that issued id (may be just text)",
      "definition": "Vendor that issued/manages the identifier."
    }, {
      "id": "Patient.identifier:MRN.assigner.display",
      "min": 1,
      "path": "Patient.identifier.assigner.display"
    }, {
      "id": "Patient.identifier:JHN",
      "path": "Patient.identifier",
      "short": "Jurisdictional Health Number",
      "sliceName": "JHN",
      "definition": "Federal patient and person health numbers used by all jurisdictions across Canada",
      "mustSupport": true
    }, {
      "id": "Patient.identifier:JHN.extension",
      "min": 1,
      "path": "Patient.identifier.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Patient.identifier:JHN.extension:versionCode",
      "min": 0,
      "path": "Patient.identifier.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-identifierversion" ]
      } ],
      "short": "Health Number Version Code",
      "sliceName": "versionCode"
    }, {
      "id": "Patient.identifier:JHN.extension:HealthCardIssuingAuthority",
      "max": "1",
      "min": 1,
      "path": "Patient.identifier.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://ontariohealth.ca/fhir/StructureDefinition/HealthCardIssuingAuthority" ]
      } ],
      "sliceName": "HealthCardIssuingAuthority",
      "mustSupport": true
    }, {
      "id": "Patient.identifier:JHN.extension:HealthCardIssuingAuthority.value[x]",
      "path": "Patient.identifier.extension.value[x]",
      "mustSupport": true
    }, {
      "id": "Patient.identifier:JHN.type",
      "min": 1,
      "path": "Patient.identifier.type",
      "mustSupport": true,
      "fixedCodeableConcept": {
        "coding": [ {
          "code": "JHN",
          "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
        } ]
      }
    }, {
      "id": "Patient.identifier:JHN.system",
      "min": 1,
      "path": "Patient.identifier.system",
      "short": "A Health Number Naming System from the Canadian URI Registry"
    }, {
      "id": "Patient.identifier:JHN.value",
      "min": 1,
      "path": "Patient.identifier.value",
      "mapping": [ {
        "map": "Health Card Number",
        "identity": "MHA-PDS-Mapping"
      } ]
    }, {
      "id": "Patient.name",
      "max": "1",
      "min": 1,
      "path": "Patient.name",
      "short": "A name associated with the patient(client)",
      "constraint": [ {
        "key": "ca-baseline-name",
        "human": "Patient.name.given  or Patient.name.family or both SHALL be present",
        "xpath": "f:given or f:family",
        "source": "http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-patient",
        "severity": "error",
        "expression": "family.exists() or given.exists()"
      } ],
      "mustSupport": true
    }, {
      "id": "Patient.name.family",
      "min": 1,
      "path": "Patient.name.family",
      "mapping": [ {
        "map": "Client Last Name",
        "identity": "MHA-PDS-Mapping"
      } ],
      "mustSupport": true
    }, {
      "id": "Patient.name.given",
      "max": "1",
      "min": 1,
      "path": "Patient.name.given",
      "mapping": [ {
        "map": "Client First Name, Client Middle Name",
        "identity": "MHA-PDS-Mapping"
      } ],
      "definition": "The first or given name of the client.",
      "mustSupport": true
    }, {
      "id": "Patient.telecom",
      "path": "Patient.telecom",
      "mustSupport": true
    }, {
      "id": "Patient.telecom.system",
      "min": 1,
      "path": "Patient.telecom.system"
    }, {
      "id": "Patient.telecom.value",
      "min": 1,
      "path": "Patient.telecom.value",
      "mapping": [ {
        "map": "Phone Number",
        "identity": "MHA-PDS-Mapping"
      } ],
      "mustSupport": true
    }, {
      "id": "Patient.birthDate",
      "min": 1,
      "path": "Patient.birthDate",
      "comment": "At least an estimated year should be provided as a guess if the real DOB is unknown",
      "mapping": [ {
        "map": "Date of Birth",
        "identity": "MHA-PDS-Mapping"
      } ],
      "mustSupport": true,
      "requirements": "• Used to calculate the age of the person and which age group the person belongs to.\r\n• Used to categorize data for reporting."
    }, {
      "id": "Patient.birthDate.extension",
      "min": 0,
      "path": "Patient.birthDate.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Patient.birthDate.extension:dobEstimatedFlag",
      "max": "1",
      "min": 0,
      "path": "Patient.birthDate.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ext-birthdate-estimated-flag" ]
      } ],
      "sliceName": "dobEstimatedFlag",
      "mustSupport": true
    }, {
      "id": "Patient.birthDate.extension:dobEstimatedFlag.value[x]",
      "path": "Patient.birthDate.extension.value[x]",
      "mustSupport": true
    }, {
      "id": "Patient.address",
      "path": "Patient.address",
      "mustSupport": true
    }, {
      "id": "Patient.address.extension",
      "min": 0,
      "path": "Patient.address.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Patient.address.extension:preferred",
      "min": 0,
      "path": "Patient.address.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/iso21090-preferred" ]
      } ],
      "short": "HL7 Preferred Address Flag extension",
      "sliceName": "preferred",
      "definition": "Flag denoting whether parent address item is preferred"
    }, {
      "id": "Patient.address.extension:noFixedAddress",
      "max": "1",
      "min": 0,
      "path": "Patient.address.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-nofixedaddress" ]
      } ],
      "short": "No Fixed Address indicator",
      "sliceName": "noFixedAddress",
      "definition": "Flag indicating that there is an assertion that there is no fixed address"
    }, {
      "id": "Patient.address.use",
      "path": "Patient.address.use",
      "mapping": [ {
        "map": "Address Use",
        "identity": "MHA-PDS-Mapping"
      } ],
      "mustSupport": true
    }, {
      "id": "Patient.address.line",
      "path": "Patient.address.line",
      "mapping": [ {
        "map": "Address Line 1",
        "identity": "MHA-PDS-Mapping"
      } ],
      "mustSupport": true
    }, {
      "id": "Patient.address.city",
      "path": "Patient.address.city",
      "mapping": [ {
        "map": "City",
        "identity": "MHA-PDS-Mapping"
      } ],
      "mustSupport": true
    }, {
      "id": "Patient.address.state",
      "path": "Patient.address.state",
      "binding": {
        "strength": "required",
        "valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/canadianjurisdiction"
      },
      "mapping": [ {
        "map": "Province",
        "identity": "MHA-PDS-Mapping"
      } ],
      "mustSupport": true
    }, {
      "id": "Patient.address.postalCode",
      "path": "Patient.address.postalCode",
      "mapping": [ {
        "map": "Postal Code",
        "identity": "MHA-PDS-Mapping"
      } ],
      "mustSupport": true
    }, {
      "id": "Patient.maritalStatus",
      "path": "Patient.maritalStatus",
      "mustSupport": true
    }, {
      "id": "Patient.communication",
      "path": "Patient.communication",
      "mustSupport": true
    }, {
      "id": "Patient.communication.language",
      "path": "Patient.communication.language",
      "binding": {
        "strength": "preferred",
        "valueSet": "http://ontariohealth.ca/fhir/ValueSet/official-language"
      },
      "mapping": [ {
        "map": "Preferred Language",
        "identity": "MHA-PDS-Mapping"
      } ],
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "extension.value[x]",
          "type": "value"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Patient.communication.language.extension",
      "min": 0,
      "path": "Patient.communication.language.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Patient.communication.language.extension:Use",
      "max": "1",
      "min": 0,
      "path": "Patient.communication.language.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-LanguageUse" ]
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://ontariohealth.ca/fhir/ValueSet/language-use",
        "description": "The purpose of this language."
      },
      "sliceName": "Use",
      "mustSupport": true
    }, {
      "id": "Patient.communication.language.coding.system",
      "min": 1,
      "path": "Patient.communication.language.coding.system"
    }, {
      "id": "Patient.communication.language.coding.code",
      "min": 1,
      "path": "Patient.communication.language.coding.code",
      "mustSupport": true
    }, {
      "id": "Patient.communication.language.coding.display",
      "min": 1,
      "path": "Patient.communication.language.coding.display",
      "mustSupport": true
    }, {
      "id": "Patient.communication.language:MotherTongue",
      "path": "Patient.communication.language",
      "binding": {
        "strength": "required",
        "valueSet": "http://ehealthontario.ca/fhir/ValueSet/human-language",
        "description": "Languages understood or supported by Ontario clients, practitioners and organizations. This value set represents the subset of all ISO living languages as of April 22, 2020."
      },
      "sliceName": "MotherTongue",
      "mustSupport": true
    }, {
      "id": "Patient.communication.language:MotherTongue.extension",
      "min": 1,
      "path": "Patient.communication.language.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Patient.communication.language:MotherTongue.extension:Use",
      "max": "1",
      "min": 1,
      "path": "Patient.communication.language.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-LanguageUse" ]
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://ontariohealth.ca/fhir/ValueSet/language-use",
        "description": "The purpose of this language."
      },
      "sliceName": "Use",
      "mustSupport": true
    }, {
      "id": "Patient.communication.language:MotherTongue.extension:Use.value[x]",
      "path": "Patient.communication.language.extension.value[x]",
      "fixedCode": "224075005",
      "mustSupport": true
    }, {
      "id": "Patient.communication.language:MotherTongue.coding",
      "path": "Patient.communication.language.coding",
      "binding": {
        "strength": "required",
        "valueSet": "http://ehealthontario.ca/fhir/ValueSet/human-language",
        "description": "Languages understood or supported by Ontario clients, practitioners and organizations. This value set represents the subset of all ISO living languages as of April 22, 2020."
      },
      "mustSupport": true
    }, {
      "id": "Patient.communication.language:MotherTongue.coding.system",
      "min": 1,
      "path": "Patient.communication.language.coding.system",
      "mustSupport": true
    }, {
      "id": "Patient.communication.language:MotherTongue.coding.code",
      "min": 1,
      "path": "Patient.communication.language.coding.code",
      "mustSupport": true
    }, {
      "id": "Patient.communication.language:MotherTongue.coding.display",
      "min": 1,
      "path": "Patient.communication.language.coding.display",
      "mustSupport": true
    }, {
      "id": "Patient.communication.language:PreferredOfficialLanguage",
      "path": "Patient.communication.language",
      "binding": {
        "strength": "required",
        "valueSet": "http://ontariohealth.ca/fhir/ValueSet/official-language",
        "description": "Official languages of Canada."
      },
      "sliceName": "PreferredOfficialLanguage",
      "mustSupport": true
    }, {
      "id": "Patient.communication.language:PreferredOfficialLanguage.extension",
      "min": 1,
      "path": "Patient.communication.language.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Patient.communication.language:PreferredOfficialLanguage.extension:Use",
      "max": "1",
      "min": 1,
      "path": "Patient.communication.language.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-LanguageUse" ]
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://ontariohealth.ca/fhir/ValueSet/language-use",
        "description": "The purpose of this language."
      },
      "sliceName": "Use",
      "mustSupport": true
    }, {
      "id": "Patient.communication.language:PreferredOfficialLanguage.extension:Use.value[x]",
      "min": 1,
      "path": "Patient.communication.language.extension.value[x]",
      "fixedCode": "OFL",
      "mustSupport": true
    }, {
      "id": "Patient.communication.language:PreferredOfficialLanguage.coding",
      "path": "Patient.communication.language.coding",
      "mustSupport": true
    }, {
      "id": "Patient.communication.language:PreferredOfficialLanguage.coding.system",
      "path": "Patient.communication.language.coding.system",
      "mustSupport": true
    }, {
      "id": "Patient.communication.language:PreferredOfficialLanguage.coding.code",
      "path": "Patient.communication.language.coding.code",
      "mustSupport": true
    }, {
      "id": "Patient.communication.language:PreferredOfficialLanguage.coding.display",
      "path": "Patient.communication.language.coding.display",
      "mustSupport": true
    }, {
      "id": "Patient.communication.language:ServiceLanguage",
      "path": "Patient.communication.language",
      "binding": {
        "strength": "required",
        "valueSet": "http://ehealthontario.ca/fhir/ValueSet/human-language",
        "description": "Languages understood or supported by Ontario clients, practitioners and organizations. This value set represents the subset of all ISO living languages as of April 22, 2020."
      },
      "sliceName": "ServiceLanguage",
      "mustSupport": true
    }, {
      "id": "Patient.communication.language:ServiceLanguage.extension",
      "min": 1,
      "path": "Patient.communication.language.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Patient.communication.language:ServiceLanguage.extension:Use",
      "max": "1",
      "min": 1,
      "path": "Patient.communication.language.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-LanguageUse" ]
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://ontariohealth.ca/fhir/ValueSet/language-use",
        "description": "The purpose of this language."
      },
      "sliceName": "Use",
      "mustSupport": true
    }, {
      "id": "Patient.communication.language:ServiceLanguage.extension:Use.value[x]",
      "path": "Patient.communication.language.extension.value[x]",
      "fixedCode": "428996008",
      "mustSupport": true
    }, {
      "id": "Patient.communication.language:ServiceLanguage.coding",
      "path": "Patient.communication.language.coding",
      "binding": {
        "strength": "required",
        "valueSet": "http://ehealthontario.ca/fhir/ValueSet/human-language",
        "description": "Languages understood or supported by Ontario clients, practitioners and organizations. This value set represents the subset of all ISO living languages as of April 22, 2020."
      },
      "mustSupport": true
    }, {
      "id": "Patient.communication.language:ServiceLanguage.coding.system",
      "min": 1,
      "path": "Patient.communication.language.coding.system",
      "mustSupport": true
    }, {
      "id": "Patient.communication.language:ServiceLanguage.coding.code",
      "min": 1,
      "path": "Patient.communication.language.coding.code",
      "mustSupport": true
    }, {
      "id": "Patient.communication.language:ServiceLanguage.coding.display",
      "min": 1,
      "path": "Patient.communication.language.coding.display",
      "mustSupport": true
    }, {
      "id": "Patient.managingOrganization",
      "path": "Patient.managingOrganization",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-organization" ]
      } ],
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient"
}