PackagesCanonicalsLogsProblems
    Packages
    de.basisprofil.r4@1.5.0-alpha4
    http://fhir.de/StructureDefinition/observation-de-ekg
description: null
package_name: de.basisprofil.r4
derivation: constraint
name: EkgDE
type: Observation
elements:
  category:
    index: 0
    elements:
      coding:
        pattern:
          type: Coding
          value: {code: procedure, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
        index: 1
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: LP6244-0, system: 'http://loinc.org'}
    index: 2
  subject: {index: 3}
  effective:
    constraint:
      vs-de-1: {human: 'If Observation.effective[x] is dateTime and has a value then that value shall be precise to the day', source: 'http://fhir.de/StructureDefinition/observation-de-ekg', severity: error, expression: $this.toString().length() >= 8}
    mustSupport: true
    choices: [effectiveDateTime]
    index: 5
  effectiveDateTime:
    type: dateTime
    constraint:
      vs-de-1: {human: 'If Observation.effective[x] is dateTime and has a value then that value shall be precise to the day', source: 'http://fhir.de/StructureDefinition/observation-de-ekg', severity: error, expression: $this.toString().length() >= 8}
    mustSupport: true
    choiceOf: effective
    index: 6
  value:
    choices: []
    index: 8
  component:
    index: 9
    elements:
      code:
        binding: {strength: extensible, valueSet: 'http://fhir.de/ValueSet/EkgLeads'}
        index: 10
        elements:
          coding: {index: 11}
        required: [coding]
      value:
        choices: [valueSampledData]
        index: 13
      valueSampledData: {type: SampledData, choiceOf: value, index: 14}
      value[x]:
        elements:
          data: {index: 15}
        required: [data]
    required: [valueSampledData, value]
package_version: 1.5.0-alpha4
class: profile
kind: resource
url: http://fhir.de/StructureDefinition/observation-de-ekg
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.5.0
required: [effectiveDateTime, component, subject, category, effective]