PackagesCanonicalsLogsProblems
    Packages
    signal.core.r4@0.1.3-preview-20230707
    http://hl7.org/fhir/StructureDefinition/patient-adoptionInfo
description: Code indication the adoption status of the patient.
package_name: signal.core.r4
derivation: constraint
name: PatAdoptionInfo
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/patient-adoptionInfo'}
    index: 0
  value:
    label: AdoptionDate
    short: Date of Adoption
    choices: [valueDate]
    index: 5
    slicing:
      slices:
        valueDate:
          match: {}
          schema:
            label: AdoptionDate
            short: Date of Adoption
            choices: [valueDate]
            _required: true
            index: 5
          min: 1
  valueCodeableConcept:
    type: CodeableConcept
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '160496001', system: 'http://snomed.info/sct', display: Adopted, version: '2023-03-01'}
    choiceOf: value
    index: 3
  valueDate:
    short: Date of Adoption
    type: date
    label: AdoptionDate
    choiceOf: value
    index: 6
    slicing:
      slices:
        valueDate:
          match: {}
          schema: {short: Date of Adoption, type: date, _required: true, label: AdoptionDate, choiceOf: value, index: 6}
          min: 1
package_version: 0.1.3-preview-20230707
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/patient-adoptionInfo
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 4.0.1
required: [value, valueDate, valueCodeableConcept]