PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ecr@2.1.2
    http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-country-of-nationality
description: This Observation profile represents the patient's country of nationality.
package_name: hl7.fhir.us.ecr
derivation: constraint
name: EICRCountryOfNationality
type: Observation
elements:
  status:
    pattern: {type: Code, value: final}
    mustSupport: true
    index: 0
  code:
    short: Ethnicity / related nationality data (observable entity)
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '186034007', system: 'http://snomed.info/sct'}
    index: 1
  effective:
    mustSupport: true
    choices: [effectiveDateTime]
    index: 3
  effectiveDateTime: {type: dateTime, mustSupport: true, choiceOf: effective, index: 4}
  value:
    short: Patient's country of nationaltiy
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 6
  valueCodeableConcept: {type: CodeableConcept, short: Patient's country of nationaltiy, mustSupport: true, choiceOf: value, index: 7}
package_version: 2.1.2
class: profile
kind: resource
url: http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-country-of-nationality
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.1.2
required: [value, valueCodeableConcept]