PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ecr.r4@2.1.2
    http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-country-of-residence
description: This Observation profile represents the patient's country of usual residence.
package_name: hl7.fhir.us.ecr.r4
derivation: constraint
name: EICRCountryOfResidence
type: Observation
elements:
  status:
    pattern: {type: Code, value: final}
    mustSupport: true
    index: 0
  code:
    short: Country of usual residence
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 77983-5, system: 'http://loinc.org'}
    index: 1
  effective:
    mustSupport: true
    choices: [effectiveDateTime]
    index: 3
  effectiveDateTime: {type: dateTime, mustSupport: true, choiceOf: effective, index: 4}
  value:
    short: Patient's country of residence
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 6
  valueCodeableConcept: {type: CodeableConcept, short: Patient's country of residence, 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-residence
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.1.2
required: [value, valueCodeableConcept]