PackagesCanonicalsLogsProblems
    Packages
    ca.on.consent.r4@0.10.2
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-consent-pcoi-profile-Patient
description: Patient resource conforming to this profile is referenced by the Ontario Provincial Consent Override Consent Profile, to capture limited information about the Patient that is subject to the Consent block.
package_name: ca.on.consent.r4
derivation: constraint
name: Patient
type: Patient
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  identifier:
    mustSupport: true
    index: 2
    elements:
      system: {mustSupport: true, index: 3}
      value: {mustSupport: true, index: 4}
    required: [value, system]
  name:
    mustSupport: true
    index: 5
    elements:
      family: {mustSupport: true, index: 6}
      given: {mustSupport: true, index: 7}
    required: [given, family]
  gender: {mustSupport: true, index: 8}
  birthDate: {mustSupport: true, index: 9}
package_version: 0.10.2
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-consent-pcoi-profile-Patient
base: http://hl7.org/fhir/StructureDefinition/Patient
version: 1.0.0
required: [gender, name, identifier, birthDate, meta]