PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ecr@3.0.0-ballot
    http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-country-of-residence-observation
description: This Observation profile represents the patient's country of usual residence.
package_name: hl7.fhir.us.ecr
derivation: constraint
name: EICRCountryOfResidenceObservation
type: Observation
elements:
  category:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: social-history, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
    index: 0
    slicing:
      slices:
        us-core:
          match: {}
          schema:
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: social-history, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
            index: 0
  code:
    short: Country of usual residence
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 77983-5, system: 'http://loinc.org'}
    index: 1
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-patient']
    index: 2
  effective:
    choices: [effectiveDateTime]
    index: 4
  effectiveDateTime: {type: dateTime, choiceOf: effective, index: 5}
  value:
    short: Patient's country of residence
    choices: [valueCodeableConcept]
    index: 7
  valueCodeableConcept: {type: CodeableConcept, short: Patient's country of residence, choiceOf: value, index: 8}
package_version: 3.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-country-of-residence-observation
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation
version: 3.0.0-ballot
required: [value, valueCodeableConcept]