PackagesCanonicalsLogsProblems
    Packages
    WorkshopJena3.v1@0.0.1-beta
    http://example.org/fhir/StructureDefinition/ObservationDUPJena
description: null
package_name: WorkshopJena3.v1
derivation: constraint
name: ObservationDUPJena
type: Observation
elements:
  status:
    pattern: {type: Code, value: final}
    index: 0
  code:
    elements:
      coding:
        index: 1
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          min: null
          slices:
            LOINC:
              match: {system: 'http://loinc.org'}
              schema:
                _required: true
                index: 2
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://loinc.org'}
                    index: 3
                  code:
                    pattern: {type: Code, value: LP31268-3}
                    index: 4
                required: [system, code]
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 5
  value:
    choices: [valueQuantity]
    index: 7
  valueQuantity: {type: Quantity, choiceOf: value, index: 8}
  value[x]:
    elements:
      value: {index: 9}
      system:
        pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
        index: 10
      code:
        pattern: {type: Code, value: pg/mL}
        index: 11
    required: [value, system, code]
package_version: 0.0.1-beta
class: profile
kind: resource
url: http://example.org/fhir/StructureDefinition/ObservationDUPJena
base: http://hl7.org/fhir/StructureDefinition/Observation
version: null
required: [value, subject, valueQuantity]