PackagesCanonicalsLogsProblems
    Packages
    il.laniado.fhir.r4@0.3.2
    http://fhir.laniado.org.il/StructureDefinition/blood-type
description: Laniado Proposed Blood Type Profile
package_name: il.laniado.fhir.r4
derivation: constraint
name: BloodType
type: Observation
elements:
  identifier:
    index: 0
    slicing:
      slices:
        laniado:
          match: {}
          schema:
            index: 0
            elements:
              system:
                pattern: {type: Uri, value: 'http://fhir.laniado.org.il/Identifier/blood-type'}
                index: 1
  code:
    elements:
      coding:
        pattern:
          type: Coding
          value: {code: 882-1, system: 'http://loinc.org', display: 'ABO and Rh group [Type] in Blood'}
        index: 2
  effective:
    choices: [effectiveDateTime]
    index: 4
  effectiveDateTime: {type: dateTime, choiceOf: effective, index: 5}
  value:
    choices: [valueCodeableConcept]
    index: 7
  valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 8}
  value[x]:
    elements:
      coding: {index: 9}
    required: [coding]
package_version: 0.3.2
class: profile
kind: resource
url: http://fhir.laniado.org.il/StructureDefinition/blood-type
base: http://fhir.laniado.org.il/StructureDefinition/laniado-observation
version: 0.3.1
required: [effectiveDateTime, value, valueCodeableConcept, effective]