PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.icsr-ae-reporting@1.0.1
    http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-exposurecountobservation
description: Recording the number of Exposures that were detected by the algorithm
package_name: hl7.fhir.us.icsr-ae-reporting
derivation: constraint
name: ExposureCountObservation
type: Observation
elements:
  status:
    mustSupport: true
    pattern: {type: Code, value: final}
    index: 0
  code:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: ExposureCount, system: 'http://hl7.org/fhir/us/icsr-ae-reporting/CodeSystem/DataSourceObservationCodeCS'}
    index: 1
  value:
    mustSupport: true
    choices: [valueInteger]
    index: 3
  valueInteger: {type: integer, mustSupport: true, choiceOf: value, index: 4}
package_version: 1.0.1
class: profile
kind: resource
url: http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-exposurecountobservation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.1
required: [value, valueInteger]