{ "description": "The Patient resources contain demographics about the individual who is the subject of the surgical case.", "_filename": "SETPPatient.json", "package_name": "ca.on.oh-setp", "date": "2023-03-02", "derivation": "constraint", "publisher": "Ontario Health", "fhirVersion": "4.0.1", "name": "Patient", "abstract": false, "type": "Patient", "experimental": null, "resourceType": "StructureDefinition", "title": "Patient", "package_version": "0.9.0-alpha1.0.3", "status": "draft", "id": "846febd0-85f3-4aeb-981a-f3099f3a5ef5", "kind": "resource", "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Patient", "version": "0.9.0", "differential": { "element": [ { "id": "Patient.meta", "min": 1, "path": "Patient.meta", "mustSupport": true }, { "id": "Patient.meta.profile", "min": 1, "path": "Patient.meta.profile", "comment": "#### **_` FOR SETP USAGE: The meta.profile = http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Patient|1.0.0 `_**\r\n\r\nIt 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.", "mustSupport": true }, { "id": "Patient.extension:genderIdentity", "path": "Patient.extension", "type": [ { "code": "Extension", "profile": [ "http://hl7.org/fhir/StructureDefinition/patient-genderIdentity" ] } ], "sliceName": "genderIdentity", "mustSupport": true }, { "id": "Patient.extension:genderIdentity.value[x]", "path": "Patient.extension.value[x]", "mustSupport": true }, { "id": "Patient.extension:genderIdentity.value[x].coding", "path": "Patient.extension.value[x].coding", "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/gender-identity" }, "mustSupport": true }, { "id": "Patient.extension:genderIdentity.value[x].coding.system", "path": "Patient.extension.value[x].coding.system", "fixedUri": "http://hl7.org/fhir/gender-identity", "mustSupport": true }, { "id": "Patient.extension:genderIdentity.value[x].coding.code", "path": "Patient.extension.value[x].coding.code", "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/gender-identity" }, "mustSupport": true }, { "id": "Patient.extension:genderIdentity.value[x].coding.display", "path": "Patient.extension.value[x].coding.display", "mustSupport": true }, { "id": "Patient.extension:race", "path": "Patient.extension", "type": [ { "code": "Extension", "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-race" ] } ], "sliceName": "race", "isModifier": false, "mustSupport": true }, { "id": "Patient.extension:race.value[x].coding", "path": "Patient.extension.value[x].coding", "mustSupport": true }, { "id": "Patient.extension:indigenousIdentity", "path": "Patient.extension", "type": [ { "code": "Extension", "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-indigenousidentity" ] } ], "sliceName": "indigenousIdentity", "mustSupport": true }, { "id": "Patient.identifier", "max": "2", "min": 1, "path": "Patient.identifier", "short": "Health Card Number and Medical Record Number", "comment": "Include patient health card number.", "slicing": { "rules": "open", "discriminator": [ { "path": "type", "type": "pattern" } ] }, "mustSupport": true }, { "id": "Patient.identifier.type", "path": "Patient.identifier.type", "fixedCodeableConcept": { "text": "{" } }, { "id": "Patient.identifier.system", "path": "Patient.identifier.system", "mustSupport": true }, { "id": "Patient.identifier.value", "path": "Patient.identifier.value", "mustSupport": true }, { "id": "Patient.identifier:MRN", "max": "1", "min": 1, "path": "Patient.identifier", "sliceName": "MRN", "mustSupport": true }, { "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", "mustSupport": true }, { "id": "Patient.identifier:MRN.value", "min": 1, "path": "Patient.identifier.value", "mustSupport": true }, { "id": "Patient.identifier:HCN", "max": "1", "path": "Patient.identifier", "sliceName": "HCN", "mustSupport": true }, { "id": "Patient.identifier:HCN.extension:versionCode", "max": "1", "path": "Patient.identifier.extension", "type": [ { "code": "Extension", "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-health-card-version-code" ] } ], "sliceName": "versionCode", "isModifier": false, "mustSupport": true }, { "id": "Patient.identifier:HCN.extension:versionCode.value[x]", "path": "Patient.identifier.extension.value[x]", "mustSupport": true }, { "id": "Patient.identifier:HCN.system", "min": 1, "path": "Patient.identifier.system", "example": [ { "label": "Ontario HCN", "valueUri": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn" } ], "mustSupport": true }, { "id": "Patient.identifier:HCN.value", "min": 1, "path": "Patient.identifier.value", "mustSupport": true }, { "id": "Patient.name", "path": "Patient.name", "comment": "name.family and name.given will only be used. \r\nMiddle name is supported by using subsequent given names.", "mustSupport": true }, { "id": "Patient.name.family", "path": "Patient.name.family", "short": "Patient Last name", "mustSupport": true }, { "id": "Patient.name.given", "path": "Patient.name.given", "short": "Patient First and Patient Middle names", "mustSupport": true }, { "id": "Patient.birthDate", "path": "Patient.birthDate", "mustSupport": true }, { "id": "Patient.address", "path": "Patient.address", "mustSupport": true }, { "id": "Patient.address.text", "path": "Patient.address.text", "short": "Patient Address", "mustSupport": true }, { "id": "Patient.address.line", "path": "Patient.address.line", "short": "Patient Address" }, { "id": "Patient.address.city", "path": "Patient.address.city", "short": "Patient Address" }, { "id": "Patient.address.state", "path": "Patient.address.state", "short": "Patient Address" }, { "id": "Patient.address.postalCode", "path": "Patient.address.postalCode", "short": "Patient Postal Code", "mustSupport": true } ] }, "contact": [ { "name": "Ontario Health", "telecom": [ { "value": "http://ontariohealth.ca/fhir/", "system": "url" }, { "value": "some.email@ontariohealth.ca", "system": "email" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient" }