PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.dapl@1.0.0-ballot
    http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-income-observation
description: The profile establishes the core elements, extensions, vocabularies and value sets for representing Income ranges.
package_name: hl7.fhir.us.dapl
derivation: constraint
name: DAPLIncomeObservation
type: Observation
elements:
  valueQuantity: {type: Quantity, mustSupport: true, choiceOf: value, index: 10}
  value:
    mustSupport: true
    choices: [valueRange, valueQuantity]
    index: 8
  contained: {short: Cannot include any contained resources in the resource as part of the deidentified or anonymized  data., mustSupport: false, index: 2}
  effectiveDateTime: {type: dateTime, mustSupport: true, index: 6}
  status:
    pattern: {type: Code, value: final}
    mustSupport: true
    index: 3
  id: {short: The Observation identifier generated by DARTS deidentification or anonymization service, mustSupport: true, index: 0}
  code:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 63586-2, system: 'http://loinc.org'}
    index: 4
  valueRange:
    extensions:
      dataAbsentReason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason|5.2.0', max: 1, type: Extension, short: Reason why the data is not present, mustSupport: true, index: 11}
    elements:
      extension:
        type: Extension
        short: Reason why the data is not present
        mustSupport: true
        url: http://hl7.org/fhir/StructureDefinition/data-absent-reason|5.2.0
        index: 11
        slicing:
          slices:
            dataAbsentReason:
              match: {}
              schema: {type: Extension, short: Reason why the data is not present, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason|5.2.0', index: 11}
              max: 1
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-deidentified-patient']
    index: 5
  text: {short: Cannot include any text in the resource as part of the deidentified or anonymized data., mustSupport: false, index: 1}
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-income-observation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0-ballot
required: [status, subject, code]