PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vrdr@2.1.0
    http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-injury-incident
description: Injury Incident (Observation)
package_name: hl7.fhir.us.vrdr
derivation: constraint
name: InjuryIncident
type: Observation
elements:
  value[x]:
    elements:
      text: {short: 'How Injured - Literal?', index: 11}
  value:
    choices: [valueCodeableConcept]
    index: 9
  component:
    index: 12
    slicing:
      rules: open
      discriminator:
      - {path: code, type: value}
      min: null
      slices:
        placeOfInjury:
          match:
            code:
              coding:
              - {code: 69450-5, system: 'http://loinc.org'}
          schema:
            short: Place of injury
            index: 13
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 69450-5, system: 'http://loinc.org'}
                index: 14
              value:
                choices: []
                index: 16
              valueCodeableConcept:
                type: CodeableConcept
                index: 17
                elements:
                  text: {short: Place of Injury - Literal, index: 18}
            required: [value]
        workInjuryIndicator:
          match:
            code:
              coding:
              - {code: 69444-8, system: 'http://loinc.org'}
          schema:
            short: Injury at Work?
            index: 19
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 69444-8, system: 'http://loinc.org'}
                index: 20
              value:
                short: Injury at Work?
                choices: [valueCodeableConcept]
                index: 22
              valueCodeableConcept: {type: CodeableConcept, short: 'Injury at Work?', choiceOf: value, index: 23}
            required: [value, valueCodeableConcept]
        transportationRole:
          match:
            code:
              coding:
              - {code: 69451-3, system: 'http://loinc.org'}
          schema:
            index: 24
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 69451-3, system: 'http://loinc.org'}
                index: 25
              value:
                short: Transportation role of decedent
                choices: [valueCodeableConcept]
                index: 27
              valueCodeableConcept:
                type: CodeableConcept
                short: Transportation role of decedent
                choiceOf: value
                index: 28
                elements:
                  text: {short: 'Transportation role of decedent, if code = OTH', index: 30}
            required: [value, valueCodeableConcept]
  effective[x]:
    extensions:
      partialDateTime: {url: 'http://hl7.org/fhir/us/vrdr/StructureDefinition/PartialDateTime', min: 0, max: 1, type: Extension, index: 7}
    elements:
      extension:
        index: 6
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            partialDateTime:
              match: {url: null}
              schema: {type: Extension, url: 'http://hl7.org/fhir/us/vrdr/StructureDefinition/PartialDateTime', index: 7}
              min: 0
              max: 1
  effectiveDateTime: {type: dateTime, short: Date/Time of Injury, choiceOf: effective, index: 5}
  status:
    pattern: {type: Code, value: final}
    index: 0
  effective:
    short: Date/Time of Injury
    choices: [effectiveDateTime]
    index: 4
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 11374-6, system: 'http://loinc.org'}
    index: 1
  valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 10}
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent']
    index: 2
package_version: 2.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-injury-incident
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.1.0
required: [subject]