PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-ems@2.0.0-ballot
    http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-observation-missiontimestatus
description: This profile constrains the Observation resource for representing the various mission times with their specific status, e.g. alarm, arrival at patient, handover patient.
package_name: ch.fhir.ig.ch-ems
derivation: constraint
name: CHEmsObservationMissionTimeStatus
type: Observation
elements:
  code:
    type: CodeableConcept
    short: Role mission time
    binding: {strength: extensible, valueSet: 'http://fhir.ch/ig/ch-ems/ValueSet/IVR-VS-missionTimeRole'}
    mustSupport: true
    index: 0
  value:
    mustSupport: true
    choices: [valueDateTime]
    index: 2
  valueDateTime: {type: dateTime, mustSupport: true, choiceOf: value, index: 3}
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-observation-missiontimestatus
base: http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-observation
version: 2.0.0-ballot
required: [valueDateTime, value]