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