PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ecr.r4@2.1.2
    http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-exposure-contact-information
description: This Observation profile represents potential patient exposure and contact information and should be used to record information about the patient's exposure to an agent (exposure source) or to record information about those that the patient could have exposed to an agent (exposure target). Recording of this information could assist/support in contact tracing or other control measures.
package_name: hl7.fhir.us.ecr.r4
derivation: constraint
name: USPublicHealthExposureContactInformation
type: Observation
elements:
  category:
    short: Use AEXPOS for aquisition exposure, use TEXPOS for transmission exposure, or use EXPOS if the type of exposure is unknown
    binding: {strength: required, valueSet: 'http://terminology.hl7.org/ValueSet/v3-ActClassExposure'}
    mustSupport: true
    index: 1
  value:
    short: Specific exposure/contact
    mustSupport: true
    choices: [valueCodeableConcept, valueString]
    index: 8
  valueString: {type: string, short: Specific exposure/contact, mustSupport: true, choiceOf: value, index: 10}
  component:
    short: Possible agent of concern in the exposure
    mustSupport: true
    index: 11
    elements:
      code:
        short: ExposureAgent
        mustSupport: true
        pattern:
          type: CodeableConcept
          value:
            coding:
            - {code: EXPAGNT, system: 'http://terminology.hl7.org/CodeSystem/v3-ParticipationType'}
        index: 12
      value:
        short: Possible agent of concern in the exposure
        mustSupport: true
        choices: [valueCodeableConcept, valueString]
        index: 14
      valueCodeableConcept: {type: CodeableConcept, short: Possible agent of concern in the exposure, mustSupport: true, choiceOf: value, index: 15}
      valueString: {type: string, short: Possible agent of concern in the exposure, mustSupport: true, choiceOf: value, index: 16}
    required: [valueString, value, valueCodeableConcept]
  extension: {type: Extension, short: Exposure/contact address, mustSupport: true, url: 'http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-address-extension', index: 0}
  effective:
    short: Time or period the contact/exposure occurred.
    mustSupport: true
    choices: []
    index: 6
  code: {short: 'The type of exposure/contact (environmental, activity, event, location, person, animal, etc.).', mustSupport: true, index: 2}
  valueCodeableConcept: {type: CodeableConcept, short: Specific exposure/contact, mustSupport: true, choiceOf: value, index: 9}
  focus:
    type: Reference
    short: Contains either the patient's contact with an entity (person, animal, or substance) or presence at a location where exposure to an agent could have occurred or the patient's contact with an entity (person, animal, or substance) or presence at a location where transmission from the patient could have occurred
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-location', 'http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-patient']
    index: 4
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-patient']
    index: 3
package_version: 2.1.2
extensions: {}
class: profile
kind: resource
url: http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-exposure-contact-information
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.1.2
required: [subject, category, code]