PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ph-library@2.0.0-ballot
    http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-emergency-outbreak-information
description: This profile represents information that is required during a public health emergency/outbreak. This information can be highly variable, so a generic structure has been chosen to represent it.
package_name: hl7.fhir.us.ph-library
derivation: constraint
name: USPublicHealthEmergencyOutbreakInformation
type: Observation
elements:
  hasMember:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-emergency-outbreak-information']
    index: 10
  valueQuantity: {type: Quantity, choiceOf: value, index: 3}
  value:
    choices: [valueQuantity, valueCodeableConcept, valueString, valueBoolean, valueInteger, valueDateTime, valuePeriod]
    index: 2
  valueString: {type: string, choiceOf: value, index: 5}
  valueBoolean: {type: boolean, choiceOf: value, index: 6}
  valueDateTime: {type: dateTime, choiceOf: value, index: 8}
  valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 4}
  valuePeriod: {type: Period, choiceOf: value, index: 9}
  valueInteger: {type: integer, choiceOf: value, index: 7}
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-patient']
    index: 0
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-emergency-outbreak-information
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation
version: 2.0.0-ballot
required: [value, valueBoolean, valueCodeableConcept, valueDateTime, valueInteger, valuePeriod, valueQuantity, valueString]