PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@6.1.0
    http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-occupation
description: The US Core Occupation Observation Profile is based upon the core FHIR Observation Resource and implements the US Core Data for Interoperability (USCDI) Occupation and Occupation Industry requirements. This profile promotes interoperability and adoption through common implementation by setting minimum expectations for the Observation resource to record, search, and fetch a patient's past or present job and \"type of business that compensates for work or assigns work to an unpaid worker or volunteer\". In the context of this profile, a job is defined as a work situation, training position, or volunteer position held for a specified period. It identifies which core elements, extensions, vocabularies, and value sets **SHALL** be present and constrains the way the elements are used and constrains the way the elements are used when using the profile. It provides the floor for standards development for specific use cases.
package_name: hl7.fhir.us.core
derivation: constraint
name: USCoreObservationOccupationProfile
type: Observation
elements:
  status: {short: (USCDI) registered | preliminary | final | amended +, mustSupport: true, index: 0}
  category:
    short: (USCDI) Classification of  type of observation
    mustSupport: true
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: null
      slices:
        socialhistory:
          match:
            coding:
            - {code: social-history, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
          schema:
            short: (USCDI) Classification of  type of observation
            mustSupport: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: social-history, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
            index: 2
          min: 0
          max: 1
  code:
    short: (USCDI) Occupation history
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 11341-5, system: 'http://loinc.org'}
    index: 3
  subject:
    type: Reference
    short: (USCDI) Who and/or what the observation is about
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 4
  effectivePeriod: {short: (USCDI) Clinically relevant time/time-period for observation, mustSupport: true, index: 5}
  valueCodeableConcept:
    short: (USCDI) Coded occupation or text
    type: CodeableConcept
    mustSupport: true
    binding: {strength: extensible, valueSet: 'http://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.7901'}
    index: 6
  component:
    short: (USCDI) Component results
    mustSupport: true
    index: 7
    slicing:
      rules: open
      discriminator:
      - {path: code, type: pattern}
      min: null
      slices:
        industry:
          match:
            code:
              coding:
              - {code: 86188-0, system: 'http://loinc.org'}
          schema:
            short: (USCDI) Occupation industry
            mustSupport: true
            index: 8
            elements:
              code:
                type: CodeableConcept
                short: (USCDI) Occupation industry history
                mustSupport: true
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 86188-0, system: 'http://loinc.org'}
                index: 9
              valueCodeableConcept:
                short: (USCDI) Occupation industry or text
                type: CodeableConcept
                mustSupport: true
                binding: {strength: extensible, valueSet: 'http://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.7900'}
                index: 10
            required: [valueCodeableConcept]
package_version: 6.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-occupation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 6.1.0
required: [subject, valueCodeableConcept]