PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-ems@2.0.0-ballot
    http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-procedure-transportation
description: This profile constrains the Procedure resource for representing the details of patient positioning and the used recovery aids.
package_name: ch.fhir.ig.ch-ems
derivation: constraint
name: CHEmsProcedureTransportation
type: Procedure
elements:
  category:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '229824005', system: 'http://snomed.info/sct'}
    index: 0
  code:
    type: CodeableConcept
    short: Bedding of the patient
    binding: {strength: extensible, valueSet: 'http://fhir.ch/ig/ch-ems/ValueSet/IVR-VS-bedding'}
    mustSupport: true
    index: 1
  usedCode:
    type: CodeableConcept
    short: Aids used in the recovery and transportation of the patient
    binding: {strength: extensible, valueSet: 'http://fhir.ch/ig/ch-ems/ValueSet/IVR-VS-actRecovAid'}
    mustSupport: true
    index: 2
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-procedure-transportation
base: http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-procedure
version: 2.0.0-ballot
required: [category]