PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vrdr.r4@3.0.0
    http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-place-of-injury
description: Place Of Injury  (Observation)
package_name: hl7.fhir.us.vrdr.r4
derivation: constraint
name: PlaceOfInjury
type: Observation
elements:
  code:
    short: Injury location
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 11376-1, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-vr']
    index: 1
  value:
    choices: [valueCodeableConcept]
    index: 3
  valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 4}
  value[x]:
    elements:
      coding:
        index: 5
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: 1
          slices:
            TRX:
              match: {}
              schema:
                short: Required TRX Code
                binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/vrdr/ValueSet/vrdr-place-of-injury-vs'}
                _required: true
                index: 6
              min: 1
              max: 1
            SuperMicar:
              match: {}
              schema:
                short: Optional Supermicar code expanding on TRX Other
                binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/vrdr/ValueSet/vrdr-place-of-injury-other-vs'}
                index: 7
              min: 0
              max: 1
    required: [coding]
package_version: 3.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-place-of-injury
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 3.0.0
required: [value, subject, valueCodeableConcept]