PackagesCanonicalsLogsProblems
    Packages
    de.netzwerk-universitaetsmedizin.ebm-cpg@0.8.0
    https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/recommendation-citation
description: Citation of a clinical practice guideline recommendation
package_name: de.netzwerk-universitaetsmedizin.ebm-cpg
derivation: constraint
name: RecommendationCitation
type: Citation
elements:
  name: {index: 0}
  citedArtifact:
    mustSupport: true
    index: 1
    elements:
      identifier: {index: 2}
      version: {index: 3}
      currentState:
        binding: {strength: extensible, valueSet: 'https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-guideline-recommendation-status'}
        mustSupport: true
        index: 4
      title: {index: 5}
      classification:
        index: 6
        elements:
          type:
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: publication-type, system: 'http://hl7.org/fhir/cited-artifact-classification-type', display: Publication Type}
            index: 7
          classifier:
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: guideline-recommendation, system: 'https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/CodeSystem/ceosys-code-system', display: Clinical practice guideline recommendation}
            index: 8
        required: [type, classifier]
    required: [identifier, title, version, currentState, classification]
package_version: 0.8.0
class: profile
kind: resource
url: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/recommendation-citation
base: http://hl7.org/fhir/StructureDefinition/Citation
version: 0.1.0
required: [name, citedArtifact]