PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@3.1.1
    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: true
    url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-race
    index: 0
    slicing:
      slices:
        race:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-race', index: 0}
          min: 0
          max: 1
        ethnicity:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity', index: 1}
          min: 0
          max: 1
        birthsex:
          match: {}
          schema:
            type: Extension
            mustSupport: true
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/birthsex'}
            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}
  telecom:
    mustSupport: true
    array: true
    index: 9
    elements:
      system:
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/contact-point-system'}
        mustSupport: true
        index: 10
      value: {mustSupport: true, index: 11}
      use:
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/contact-point-use'}
        mustSupport: true
        index: 12
    required: [value, system]
  gender:
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/administrative-gender'}
    mustSupport: true
    index: 13
  birthDate: {type: date, mustSupport: true, index: 14}
  address:
    mustSupport: true
    array: true
    index: 15
    elements:
      line: {mustSupport: true, array: true, index: 16}
      city: {mustSupport: true, index: 17}
      state:
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state'}
        mustSupport: true
        index: 18
      postalCode: {short: US Zip Codes, mustSupport: true, index: 19}
      period: {mustSupport: true, index: 20}
  communication:
    mustSupport: true
    array: true
    index: 21
    elements:
      language:
        type: CodeableConcept
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/simple-language'}
        mustSupport: true
        index: 22
    required: [language]
package_version: 3.1.1
extensions:
  race: {url: 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-race', min: 0, max: 1, type: Extension, mustSupport: true, index: 0}
  ethnicity: {url: 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity', min: 0, max: 1, type: Extension, mustSupport: true, index: 1}
  birthsex:
    url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex
    min: 0
    max: 1
    type: Extension
    mustSupport: true
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/birthsex'}
    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: 3.1.1
required: [gender, name, identifier]