PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.military-service.r4@1.0.0
    http://hl7.org/fhir/us/military-service/StructureDefinition/military-service-Occupation
description: The profile reuses the ODH PastOrPresentJob profile to apply it specifically to military jobs/occupations.\nThe observation resource that conforms to this specification is referenced by Military Service Episode.
package_name: hl7.fhir.us.military-service.r4
derivation: constraint
name: MilitaryOccupation
type: Observation
elements:
  category:
    mustSupport: true
    index: 4
    elements:
      coding:
        pattern:
          type: Coding
          value: {code: social-history, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
        index: 5
  derivedFrom: {index: 28}
  interpretation: {index: 22}
  encounter: {index: 9}
  method: {index: 25}
  specimen: {index: 26}
  value:
    choices: []
    index: 19
  component:
    mustSupport: true
    index: 29
    slicing:
      rules: open
      description: Slice based on the component.code pattern
      discriminator:
      - {path: code, type: pattern}
      min: null
      slices:
        military-service-payGrade:
          match:
            code:
              coding:
              - {code: 87707-6, system: 'http://loinc.org', display: Job supervisory level or pay grade}
          schema:
            mustSupport: true
            index: 30
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 87707-6, system: 'http://loinc.org', display: Job supervisory level or pay grade}
                index: 31
              value:
                mustSupport: true
                choices: [valueCodeableConcept]
                index: 33
              valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 34}
  note: {index: 23}
  status: {mustSupport: true, index: 3}
  effective:
    choices: [effectivePeriod]
    index: 11
  id: {index: 0}
  code:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 11341-5, system: 'http://loinc.org', display: History of Occupation}
    index: 6
  valueCodeableConcept:
    type: CodeableConcept
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/military-service/ValueSet/military-service-military-occupation-vs'}
    mustSupport: true
    index: 20
  bodySite: {index: 24}
  focus: {index: 8}
  issued: {index: 16}
  device: {index: 27}
  basedOn: {index: 1}
  partOf: {index: 2}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/military-service/StructureDefinition/usveteran']
    index: 7
  performer: {index: 17}
  dataAbsentReason: {index: 21}
  effectivePeriod:
    type: Period
    choiceOf: effective
    index: 12
    elements:
      start: {short: Start date of the completed deployment, index: 14}
      end: {short: End date of the completed deployment, index: 15}
    required: [start, end]
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/military-service/StructureDefinition/military-service-Occupation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0
required: [effectivePeriod, id, value, subject, valueCodeableConcept, effective]