PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ecr@3.0.0-ballot
    http://hl7.org/fhir/us/ecr/StructureDefinition/rr-relevant-reportable-condition-observation
description: This profile represents a relevant reportable condition.
package_name: hl7.fhir.us.ecr
derivation: constraint
name: RRRelevantReportableConditionObservation
type: Observation
elements:
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        externalResourceExtension:
          match: {url: null}
          schema: {type: Extension, short: External resources pertaining to the condition, url: 'http://hl7.org/fhir/us/ecr/StructureDefinition/rr-external-resource-extension', index: 1}
          min: 0
        supportingInformation:
          match: {url: null}
          schema: {type: Extension, short: The supportingInformation Extension is used to reference supporting information contained in other resources, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo|5.2.0', index: 2}
          min: 0
  code:
    mustSupport: true
    index: 3
    elements:
      coding:
        mustSupport: true
        index: 4
        slicing:
          rules: open
          discriminator:
          - {path: code, type: value}
          min: null
          slices:
            codeSNOMED:
              match: {code: '64572001'}
              schema:
                short: Condition
                mustSupport: true
                array: true
                index: 5
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    mustSupport: true
                    index: 6
                  code:
                    pattern: {type: Code, value: '64572001'}
                    mustSupport: true
                    index: 7
                required: [system, code]
            codeLOINC:
              match: {code: 75323-6}
              schema:
                mustSupport: true
                array: true
                index: 8
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://loinc.org'}
                    mustSupport: true
                    index: 9
                  code:
                    pattern: {type: Code, value: 75323-6}
                    mustSupport: true
                    index: 10
                required: [system, code]
  value:
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 12
  valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 13}
  value[x]:
    elements:
      coding:
        short: The condition code shall be selected from SNOMED CT
        mustSupport: true
        index: 14
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            index: 15
      text: {short: Use text if there is no available condition code, mustSupport: true, index: 16}
  dataAbsentReason: {short: Use 'not-applicable' when eICR manually initiated or no reportable condition identified, mustSupport: true, index: 17}
  hasMember:
    mustSupport: true
    index: 18
    slicing:
      rules: open
      discriminator:
      - {path: resolve(), type: profile}
      min: 1
      slices:
        sliceReportabilityInformationObservation:
          match: {}
          schema:
            min: 1
            short: Reportability information based on the PHA in which is located the patient's home, the provider facility, or both locations
            refers: ['http://hl7.org/fhir/us/ecr/StructureDefinition/rr-reportability-information-observation']
            type: Reference
            mustSupport: true
            array: true
            _required: true
            index: 19
          min: 1
package_version: 3.0.0-ballot
extensions:
  externalResourceExtension: {url: 'http://hl7.org/fhir/us/ecr/StructureDefinition/rr-external-resource-extension', min: 0, type: Extension, short: External resources pertaining to the condition, index: 1}
  supportingInformation: {url: 'http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo|5.2.0', min: 0, type: Extension, short: The supportingInformation Extension is used to reference supporting information contained in other resources, mustSupport: true, index: 2}
class: profile
kind: resource
url: http://hl7.org/fhir/us/ecr/StructureDefinition/rr-relevant-reportable-condition-observation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 3.0.0-ballot
required: [hasMember]