PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch@ems-1.9.0
    http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-observation-gcs
description: Definition of the observation glasgow coma scale
package_name: ch.fhir.ig.ch
derivation: constraint
name: CHEmsObservationGCS
type: Observation
elements:
  status: {index: 0}
  code:
    short: Glasgow coma score total
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 9269-2, system: 'http://loinc.org', display: Glasgow coma score total}
    index: 1
  subject:
    type: Reference
    short: Patient
    refers: ['http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-patient']
    index: 2
    elements:
      reference: {index: 3}
    required: [reference]
  encounter:
    type: Reference
    short: Emergency service during which this observation is made
    refers: ['http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-encounter']
    index: 4
    elements:
      reference: {index: 5}
    required: [reference]
  effectiveDateTime: {index: 6}
  valueQuantity: {index: 7}
  component:
    index: 8
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: code, type: pattern}
      min: null
      slices:
        motor:
          match:
            code:
              coding:
              - {code: 9268-4, system: 'http://loinc.org', display: Glasgow coma score motor}
          schema:
            short: Glasgow coma score motor
            index: 9
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 9268-4, system: 'http://loinc.org', display: Glasgow coma score motor}
                index: 10
              valueCodeableConcept:
                type: CodeableConcept
                index: 11
                elements:
                  coding:
                    index: 12
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://loinc.org'}
                        index: 13
                      code: {index: 14}
                      display: {index: 15}
                    required: [system, code]
                  text: {index: 16}
                required: [coding]
            required: [valueCodeableConcept]
        verbal:
          match:
            code:
              coding:
              - {code: 9270-0, system: 'http://loinc.org', display: Glasgow coma score verbal}
          schema:
            short: Glasgow coma score verbal
            index: 17
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 9270-0, system: 'http://loinc.org', display: Glasgow coma score verbal}
                index: 18
              valueCodeableConcept:
                type: CodeableConcept
                index: 19
                elements:
                  coding:
                    index: 20
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://loinc.org'}
                        index: 21
                      code: {index: 22}
                      display: {index: 23}
                    required: [system, code]
                  text: {index: 24}
                required: [coding]
            required: [valueCodeableConcept]
        eyeOpening:
          match:
            code:
              coding:
              - {code: 9267-6, system: 'http://loinc.org', display: Glasgow coma score eye opening}
          schema:
            short: Glasgow coma score eye opening
            index: 25
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 9267-6, system: 'http://loinc.org', display: Glasgow coma score eye opening}
                index: 26
              valueCodeableConcept:
                type: CodeableConcept
                index: 27
                elements:
                  coding:
                    index: 28
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://loinc.org'}
                        index: 29
                      code: {index: 30}
                      display: {index: 31}
                    required: [system, code]
                  text: {index: 32}
                required: [coding]
            required: [valueCodeableConcept]
package_version: ems-1.9.0
class: profile
kind: resource
url: http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-observation-gcs
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.9.0
required: [subject]