PackagesCanonicalsLogsProblems
    Packages
    hl7.eu.fhir.pcsp@0.1.0
    http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-bld-abo-rh-eu-pcsp
description: This profile defines how to represent Blood type/RH  before or after the SCT in HL7 FHIR for the purpose of the PanCareSurPass project.
package_name: hl7.eu.fhir.pcsp
derivation: constraint
name: ObservationBloodAboRh
type: Observation
elements:
  partOf:
    type: Reference
    refers: ['http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-sct-eu-pcsp']
    index: 0
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 34530-6, system: 'http://loinc.org', display: ABO and Rh group panel - Blood}
    index: 1
  subject:
    type: Reference
    refers: ['http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Patient-eu-pcsp']
    index: 2
  effective:
    choices: []
    index: 4
  effectiveTiming:
    type: Timing
    index: 5
    elements:
      code:
        binding: {strength: required, valueSet: 'http://hl7.eu/fhir/ig/pcsp/ValueSet/vs-sct-timing-eu-pcsp'}
        index: 6
    required: [code]
  value:
    choices: []
    index: 8
  component:
    array: true
    min: 2
    max: 2
    index: 9
    slicing:
      rules: closed
      description: Slice based on the code value
      discriminator:
      - {path: code, type: value}
      min: 2
      max: 2
      slices:
        abo:
          match:
            code:
              coding:
              - {code: 883-9, system: 'http://loinc.org', display: 'ABO group [Type] in Blood'}
          schema:
            index: 10
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 883-9, system: 'http://loinc.org', display: 'ABO group [Type] in Blood'}
                index: 11
              valueCodeableConcept:
                type: CodeableConcept
                binding: {strength: required, valueSet: 'http://loinc.org/vs/LL2419-1'}
                index: 12
        rh:
          match:
            code:
              coding:
              - {code: 10331-7, system: 'http://loinc.org', display: 'Rh [Type] in Blood'}
          schema:
            index: 13
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 10331-7, system: 'http://loinc.org', display: 'Rh [Type] in Blood'}
                index: 14
              valueCodeableConcept:
                type: CodeableConcept
                binding: {strength: required, valueSet: 'http://loinc.org/vs/LL360-9'}
                index: 15
package_version: 0.1.0
class: profile
kind: resource
url: http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-bld-abo-rh-eu-pcsp
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.1.0
required: [partOf, effectiveTiming, subject, effective]