PackagesCanonicalsLogsProblems
    Packages
    iknl.fhir.r4.pzp@1.0.0-rc3
    https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ACP-MedicalPolicyGoal
description: The primary, agreed-upon goal of a patient's medical treatment policy. Based on Goal resource.
package_name: iknl.fhir.r4.pzp
derivation: constraint
name: ACPMedicalPolicyGoal
type: Goal
elements:
  category:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '713603004', system: 'http://snomed.info/sct'}
    index: 0
  description:
    binding: {strength: required, valueSet: 'https://api.iknl.nl/docs/pzp/r4/ValueSet/ACP-MedicalPolicyGoalVS|1.0.0-rc3'}
    index: 1
  subject:
    type: Reference
    refers: ['https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ACP-Patient|1.0.0-rc3']
    index: 2
  start:
    choices: []
    index: 4
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        startDate:
          match: {}
          schema:
            choices: [startDate]
            index: 6
          min: 0
          max: 1
  startDate:
    type: date
    choiceOf: start
    index: 7
    slicing:
      slices:
        startDate:
          match: {}
          schema: {type: date, choiceOf: start, index: 7}
          min: 0
          max: 1
  note:
    elements:
      text: {index: 8}
package_version: 1.0.0-rc3
class: profile
kind: resource
url: https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ACP-MedicalPolicyGoal
base: http://hl7.org/fhir/StructureDefinition/Goal|4.0.1
version: 1.0.0-rc3
required: [category]