{ "description": "This profile represents the constraints applied to the Patient resource by the PS-CA project to represent the minimum expectations for the Patient resource when used in the PS-CA composition profile or in one of the referred resources. It is informed by the constraints of the [Patient IPS-UV profile](http://hl7.org/fhir/uv/ips/StructureDefinition-Patient-uv-ips.html) and the [Canadian Baseline Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-patient.html)", "_filename": "structuredefinition-profile-patient-ca-ps.json", "package_name": "ca.infoway.io.psca", "date": "2024-04-09T00:00:00-08:00", "derivation": "constraint", "publisher": null, "fhirVersion": "4.0.1", "name": "PatientPSCA", "abstract": false, "copyright": "Copyright © 2024+ Canada Health Infoway. All rights reserved. [Terms of Use and License Agreements](https://ic.infoway-inforoute.ca/en/about/tou). [Privacy Policy](https://www.infoway-inforoute.ca/en/legal/privacy-policy).", "type": "Patient", "experimental": "false", "resourceType": "StructureDefinition", "title": "Patient (PS-CA)", "package_version": "2.0.0-DFT-Ballot-alpha-1", "status": "draft", "id": "0eeb720a-8a88-4dcc-949d-564bf7ea70b4", "kind": "resource", "url": "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/patient-ca-ps", "version": null, "differential": { "element": [ { "id": "Patient.extension:individual-recordedSexOrGender", "path": "Patient.extension", "type": [ { "code": "Extension", "profile": [ "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender" ] } ], "short": "Extension for representing an individuals recorded sex or gender.", "sliceName": "individual-recordedSexOrGender", "definition": "Recorded sex or gender (RSG) information includes the various sex and gender concepts that are often used in existing systems but are known NOT to represent a gender identity, sex parameter for clinical use, or attributes related to sexuality, such as sexual orientation, sexual activity, or sexual attraction. Examples of recorded sex or gender concepts include administrative gender, administrative sex, and sex assigned at birth. When exchanging this concept, refer to the guidance in the Gender Harmony Implementation Guide" }, { "id": "Patient.identifier", "path": "Patient.identifier", "type": [ { "code": "Identifier", "profile": [ "http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-identifier" ] } ], "comment": "This element employs the constraints on identifier put forth in the CA Baseline using a profiled data type.", "slicing": { "rules": "open", "discriminator": [ { "path": "type", "type": "pattern" } ] }, "mustSupport": true }, { "id": "Patient.identifier.type", "path": "Patient.identifier.type", "comment": "The slices provided below are examples of identifier types used by jurisdictions for patient summary. These are not required, and the slicing is open meaning that other types can be provided and used in an implementation." }, { "id": "Patient.identifier.system", "min": 1, "path": "Patient.identifier.system" }, { "id": "Patient.identifier.value", "min": 1, "path": "Patient.identifier.value", "short": "The value that is unique within the system." }, { "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" }, { "id": "Patient.identifier:JHN.extension", "path": "Patient.identifier.extension" }, { "id": "Patient.identifier:JHN.extension:versionCode", "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.type", "min": 1, "path": "Patient.identifier.type", "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" }, { "id": "Patient.identifier:MRN", "path": "Patient.identifier", "short": "Medical Record Number", "comment": "Some jurisdictions may consider the MRN identifier type to be an alternative to the JHN identifier type under certain scenarios. These business rules are outside the scope of this profile, however the slice is socialized to prepare implementers for potential use of this pattern within certain jurisdictions", "sliceName": "MRN", "definition": "A local patient identifier from the submitting PoS System" }, { "id": "Patient.identifier:MRN.type", "min": 1, "path": "Patient.identifier.type", "fixedCodeableConcept": { "coding": [ { "code": "MR", "system": "http://terminology.hl7.org/CodeSystem/v2-0203" } ] } }, { "id": "Patient.identifier:MRN.system", "min": 1, "path": "Patient.identifier.system", "short": "An identifier for the system supplying the MRN" }, { "id": "Patient.identifier:MRN.value", "min": 1, "path": "Patient.identifier.value" }, { "id": "Patient.name", "min": 1, "path": "Patient.name", "constraint": [ { "key": "core-pat-1", "human": "Either Patient.name.given and/or Patient.name.family and/or Patient.name.text SHALL be present or a Data Absent Reason Extension SHALL be present.", "xpath": "(/f:name/f:extension/@url='http://hl7.org/fhir/StructureDefinition/data-absent-reason' and not(/f:name/f:family or /f:name/f:given or /f:name/f:text)) or (not(/f:name/f:extension/@url='http://hl7.org/fhir/StructureDefinition/data-absent-reason') and (/f:name/f:family or /f:name/f:given or /f:name/f:text))", "severity": "error", "expression": "(family.exists() or given.exists() or text.exists()) xor extension.where(url='http://hl7.org/fhir/StructureDefinition/data-absent-reason').exists()" } ], "mustSupport": true, "requirements": "Need to be able to track the patient by multiple names. Examples are your official name and a partner name.\r\nThe Alphabetic representation of the name SHALL be always provided" }, { "id": "Patient.name.text", "path": "Patient.name.text", "comment": "Some systems will not have a field for representing the full name as a string, these systems are still expected to be able to demonstrate they can construct name.text when developing the patient summary instance", "definition": "Text representation of the full name. Due to the cultural variance around the world a consuming system may not know how to present the name correctly; moreover not all the parts of the name go in given or family. Creators are therefore strongly encouraged to provide through this element a presented version of the name. Future versions of this guide may require this element", "mustSupport": true }, { "id": "Patient.name.family", "path": "Patient.name.family", "mustSupport": true }, { "id": "Patient.name.given", "path": "Patient.name.given", "mustSupport": true }, { "id": "Patient.telecom", "path": "Patient.telecom", "comment": "IPS-UV flags this as a Must Support element. It is not currently flagged as Must Support in PS-CA, as stakeholders have indicated the element may not be supported by the majority of systems today. Systems that do support the element are encouraged to include it in generated Patient Summary documents, and support it when received. Vendors should expect that some jurisdictions may add a Must Support requirement within the context of their own jurisdictional content." }, { "id": "Patient.gender", "path": "Patient.gender", "mustSupport": true }, { "id": "Patient.birthDate", "min": 1, "path": "Patient.birthDate", "comment": "While the birthDate element requires a value, if the exact date of birth is unknown, only the known portion of the date (e.g., the year) should be provided without estimating or inferring unknown parts of the date. Use of the Data Absent Reason is appropriate when the date of birth of an individual cannot be determined.", "mustSupport": true }, { "id": "Patient.address", "path": "Patient.address", "comment": "IPS-UV flags this as a Must Support element. It is not currently flagged as Must Support in PS-CA, as stakeholders have indicated the element may not be supported by the majority of systems today. Systems that do support the element are encouraged to include it in generated Patient Summary documents, and support it when received. Vendors should expect that some jurisdictions may add a Must Support requirement within the context of their own jurisdictional content." }, { "id": "Patient.generalPractitioner", "path": "Patient.generalPractitioner", "comment": "IPS-UV flags this as a Must Support element. It is not currently flagged as Must Support in PS-CA, as stakeholders have indicated the element may not be supported by the majority of systems today. Systems that do support the element are encouraged to include it in generated Patient Summary documents, and support it when received. Vendors should expect that some jurisdictions may add a Must Support requirement within the context of their own jurisdictional content." } ] }, "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient" }