PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-erec@0.12.1-alpha1.0.1
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Patient
{
  "description": "The Patient resources contain demographics and other administrative information about the individual who is the subject of the referral.",
  "_filename": "ca-on-eReferral-profile-Patient.json",
  "package_name": "ca.on.oh-erec",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "EReferralPatient",
  "abstract": false,
  "type": "Patient",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Patient",
  "package_version": "0.12.1-alpha1.0.1",
  "status": "draft",
  "id": "2069dec9-1ac0-4227-8901-cf78fd0266fd",
  "kind": "resource",
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Patient",
  "version": "1.0.1",
  "differential": {
    "element": [ {
      "id": "Patient.meta",
      "min": 1,
      "path": "Patient.meta",
      "mustSupport": true
    }, {
      "id": "Patient.meta.profile",
      "min": 1,
      "path": "Patient.meta.profile",
      "comment": "#### **_` FOR eREFERRAL USAGE: The meta.profile = http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Patient|1.0.1 `_**\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.meta.security",
      "path": "Patient.meta.security"
    }, {
      "id": "Patient.meta.security.id",
      "max": "0",
      "path": "Patient.meta.security.id"
    }, {
      "id": "Patient.meta.security.version",
      "max": "0",
      "path": "Patient.meta.security.version"
    }, {
      "id": "Patient.meta.security.userSelected",
      "max": "0",
      "path": "Patient.meta.security.userSelected"
    }, {
      "id": "Patient.identifier",
      "path": "Patient.identifier",
      "comment": "Include patient health card number. May also include HCN version code extension."
    }, {
      "id": "Patient.identifier.extension:ReasonForNoHCN",
      "max": "1",
      "path": "Patient.identifier.extension",
      "sliceName": "ReasonForNoHCN",
      "mustSupport": true
    }, {
      "id": "Patient.identifier.extension:ReasonForNoHCN.value[x]",
      "path": "Patient.identifier.extension.value[x]",
      "mustSupport": true
    }, {
      "id": "Patient.identifier.extension:ReasonForNoHCN.value[x].coding",
      "path": "Patient.identifier.extension.value[x].coding",
      "mustSupport": true
    }, {
      "id": "Patient.identifier.extension:ReasonForNoHCN.value[x].coding.system",
      "path": "Patient.identifier.extension.value[x].coding.system",
      "fixedUri": "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-reason-for-no-HCN-EXT",
      "mustSupport": true
    }, {
      "id": "Patient.identifier.extension:ReasonForNoHCN.value[x].coding.code",
      "path": "Patient.identifier.extension.value[x].coding.code",
      "mustSupport": true
    }, {
      "id": "Patient.identifier.extension:ReasonForNoHCN.value[x].coding.display",
      "path": "Patient.identifier.extension.value[x].coding.display",
      "mustSupport": true
    }, {
      "id": "Patient.identifier.extension:HCNVersionCode",
      "path": "Patient.identifier.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-HCNV-code-EXT" ]
      } ],
      "sliceName": "HCNVersionCode",
      "mustSupport": true
    }, {
      "id": "Patient.identifier.extension:HCNVersionCode.value[x]",
      "path": "Patient.identifier.extension.value[x]",
      "mustSupport": true
    }, {
      "id": "Patient.identifier.type",
      "path": "Patient.identifier.type",
      "mustSupport": false
    }, {
      "id": "Patient.identifier.type.coding",
      "max": "1",
      "min": 1,
      "path": "Patient.identifier.type.coding",
      "mustSupport": false
    }, {
      "id": "Patient.identifier.type.coding.system",
      "min": 1,
      "path": "Patient.identifier.type.coding.system",
      "mustSupport": false
    }, {
      "id": "Patient.identifier.type.coding.code",
      "min": 1,
      "path": "Patient.identifier.type.coding.code",
      "mustSupport": false
    }, {
      "id": "Patient.identifier.type.coding.display",
      "min": 1,
      "path": "Patient.identifier.type.coding.display",
      "mustSupport": false
    }, {
      "id": "Patient.identifier.type.text",
      "path": "Patient.identifier.type.text",
      "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."
    }, {
      "id": "Patient.name.use",
      "path": "Patient.name.use",
      "mustSupport": true
    }, {
      "id": "Patient.name.prefix",
      "max": "1",
      "path": "Patient.name.prefix",
      "mustSupport": true
    }, {
      "id": "Patient.name.suffix",
      "max": "1",
      "path": "Patient.name.suffix",
      "mustSupport": true
    }, {
      "id": "Patient.gender",
      "min": 1,
      "path": "Patient.gender"
    }, {
      "id": "Patient.address.use",
      "path": "Patient.address.use",
      "mustSupport": true
    }, {
      "id": "Patient.address.type",
      "path": "Patient.address.type",
      "mustSupport": true
    }, {
      "id": "Patient.address.line",
      "path": "Patient.address.line",
      "mustSupport": true
    }, {
      "id": "Patient.address.city",
      "path": "Patient.address.city",
      "mustSupport": true
    }, {
      "id": "Patient.address.state",
      "path": "Patient.address.state",
      "mustSupport": true
    }, {
      "id": "Patient.maritalStatus",
      "path": "Patient.maritalStatus",
      "mustSupport": false
    }, {
      "id": "Patient.maritalStatus.coding",
      "path": "Patient.maritalStatus.coding",
      "mustSupport": false
    }, {
      "id": "Patient.maritalStatus.coding.system",
      "min": 1,
      "path": "Patient.maritalStatus.coding.system",
      "mustSupport": false
    }, {
      "id": "Patient.maritalStatus.coding.code",
      "min": 1,
      "path": "Patient.maritalStatus.coding.code",
      "mustSupport": false
    }, {
      "id": "Patient.maritalStatus.coding.display",
      "min": 1,
      "path": "Patient.maritalStatus.coding.display",
      "mustSupport": false
    }, {
      "id": "Patient.maritalStatus.text",
      "path": "Patient.maritalStatus.text",
      "mustSupport": false
    }, {
      "id": "Patient.contact",
      "path": "Patient.contact",
      "mustSupport": false
    }, {
      "id": "Patient.contact.relationship.coding",
      "max": "1",
      "path": "Patient.contact.relationship.coding",
      "mustSupport": false
    }, {
      "id": "Patient.contact.relationship.coding.system",
      "min": 1,
      "path": "Patient.contact.relationship.coding.system",
      "mustSupport": false
    }, {
      "id": "Patient.contact.relationship.coding.code",
      "min": 1,
      "path": "Patient.contact.relationship.coding.code",
      "mustSupport": false
    }, {
      "id": "Patient.contact.relationship.coding.display",
      "min": 1,
      "path": "Patient.contact.relationship.coding.display",
      "mustSupport": false
    }, {
      "id": "Patient.contact.address",
      "path": "Patient.contact.address",
      "mustSupport": false
    }, {
      "id": "Patient.contact.gender",
      "path": "Patient.contact.gender",
      "mustSupport": false
    }, {
      "id": "Patient.contact.organization",
      "path": "Patient.contact.organization",
      "mustSupport": false
    }, {
      "id": "Patient.communication",
      "path": "Patient.communication",
      "mustSupport": false
    }, {
      "id": "Patient.communication.language",
      "path": "Patient.communication.language",
      "binding": {
        "strength": "preferred",
        "valueSet": "http://ehealthontario.ca/fhir/ValueSet/human-language"
      }
    }, {
      "id": "Patient.communication.language.coding",
      "max": "1",
      "min": 1,
      "path": "Patient.communication.language.coding",
      "binding": {
        "strength": "preferred",
        "valueSet": "http://ehealthontario.ca/fhir/ValueSet/human-language"
      },
      "mustSupport": false
    }, {
      "id": "Patient.communication.language.coding.system",
      "min": 1,
      "path": "Patient.communication.language.coding.system",
      "fixedUri": "urn:ietf:bcp:47",
      "mustSupport": false
    }, {
      "id": "Patient.communication.language.coding.code",
      "min": 1,
      "path": "Patient.communication.language.coding.code",
      "binding": {
        "strength": "preferred",
        "valueSet": "http://ehealthontario.ca/fhir/ValueSet/human-language"
      },
      "mustSupport": false
    }, {
      "id": "Patient.communication.language.coding.display",
      "min": 1,
      "path": "Patient.communication.language.coding.display",
      "mustSupport": false
    }, {
      "id": "Patient.generalPractitioner",
      "path": "Patient.generalPractitioner",
      "type": [ {
        "code": "Reference",
        "aggregation": [ "referenced" ],
        "targetProfile": [ "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-PractitionerRole" ]
      } ],
      "mustSupport": false
    } ]
  },
  "baseDefinition": "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Patient"
}