PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@4.0.0
    http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient
description: Defines constraints and extensions on the patient resource for the minimal set of data to query and retrieve patient demographic information.
package_name: hl7.fhir.us.core
derivation: constraint
name: USCorePatientProfile
type: Patient
elements:
  extension:
    type: Extension
    mustSupport: false
    url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-race
    index: 0
    slicing:
      slices:
        race:
          match: {}
          schema: {type: Extension, mustSupport: false, url: 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-race', index: 0}
          min: 0
          max: 1
        ethnicity:
          match: {}
          schema: {type: Extension, mustSupport: false, url: 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity', index: 1}
          min: 0
          max: 1
        birthsex:
          match: {}
          schema: {type: Extension, mustSupport: false, url: 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex', index: 2}
          min: 0
          max: 1
  identifier:
    type: Identifier
    mustSupport: true
    array: true
    min: 1
    index: 3
    elements:
      system: {type: uri, mustSupport: true, index: 4}
      value: {type: string, short: The value that is unique within the system., mustSupport: true, index: 5}
    required: [value, system]
  name:
    type: HumanName
    constraint:
      us-core-8: {human: Either Patient.name.given and/or Patient.name.family SHALL be present or a Data Absent Reason Extension SHALL be present., severity: error, expression: '(family.exists() or given.exists()) xor extension.where(url=''http://hl7.org/fhir/StructureDefinition/data-absent-reason'').exists()'}
    mustSupport: true
    array: true
    min: 1
    index: 6
    elements:
      family: {type: string, mustSupport: true, index: 7}
      given: {type: string, mustSupport: true, array: true, index: 8}
      suffix: {mustSupport: false, index: 9}
      period: {mustSupport: false, index: 10}
  telecom:
    mustSupport: false
    array: true
    index: 11
    elements:
      system:
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/contact-point-system'}
        mustSupport: true
        index: 12
      value: {mustSupport: true, index: 13}
      use:
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/contact-point-use'}
        mustSupport: true
        index: 14
    required: [value, system]
  gender:
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/administrative-gender'}
    mustSupport: true
    index: 15
  birthDate: {type: date, mustSupport: true, index: 16}
  address:
    mustSupport: true
    array: true
    index: 17
    elements:
      line: {mustSupport: true, array: true, index: 18}
      city: {mustSupport: true, index: 19}
      state:
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state'}
        mustSupport: true
        index: 20
      postalCode: {short: US Zip Codes, mustSupport: true, index: 21}
      period: {mustSupport: true, index: 22}
  communication:
    mustSupport: false
    array: true
    index: 23
    elements:
      language:
        type: CodeableConcept
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/simple-language'}
        mustSupport: true
        index: 24
    required: [language]
package_version: 4.0.0
extensions:
  race: {url: 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-race', min: 0, max: 1, type: Extension, mustSupport: false, index: 0}
  ethnicity: {url: 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity', min: 0, max: 1, type: Extension, mustSupport: false, index: 1}
  birthsex: {url: 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex', min: 0, max: 1, type: Extension, mustSupport: false, index: 2}
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient
base: http://hl7.org/fhir/StructureDefinition/Patient
version: 4.0.0
required: [gender, name, identifier]