PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.us.ph@library-1.0.0
    http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-emergency-outbreak-information
description: This Observation 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: rs/hl7.fhir.us.ph
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: 12
  valueQuantity: {type: Quantity, mustSupport: true, choiceOf: value, index: 5}
  value:
    mustSupport: true
    choices: [valueQuantity, valueCodeableConcept, valueString, valueBoolean, valueInteger, valueDateTime, valuePeriod]
    index: 4
  valueString: {type: string, mustSupport: true, choiceOf: value, index: 7}
  valueBoolean: {type: boolean, mustSupport: true, choiceOf: value, index: 8}
  valueDateTime: {type: dateTime, mustSupport: true, choiceOf: value, index: 10}
  code: {mustSupport: true, index: 1}
  identifier: {mustSupport: true, index: 0}
  valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 6}
  valuePeriod: {type: Period, mustSupport: true, choiceOf: value, index: 11}
  valueInteger: {type: integer, mustSupport: true, choiceOf: value, index: 9}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-patient']
    index: 2
package_version: library-1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-emergency-outbreak-information
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0
required: [subject, value, valueBoolean, valueCodeableConcept, valueDateTime, valueInteger, valuePeriod, valueQuantity, valueString]