PackagesCanonicalsLogsProblems
    Packages
    iknl.fhir.stu3.pzp@1.0.0-rc3
    https://api.iknl.nl/docs/pzp/stu3/StructureDefinition/ACP-MedicalPolicyGoal
description: The primary, agreed-upon goal of a patient's medical treatment policy. Based on Goal resource.
package_name: iknl.fhir.stu3.pzp
derivation: constraint
name: ACPMedicalPolicyGoal
type: Goal
elements:
  category:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '713603004', system: 'http://snomed.info/sct'}
    index: 0
  description: {index: 1}
  subject:
    type: Reference
    refers: ['https://api.iknl.nl/docs/pzp/stu3/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
  startDate:
    type: date
    choiceOf: start
    index: 7
    slicing:
      slices:
        startDate:
          match: {}
          schema: {type: date, choiceOf: start, index: 7}
  note:
    elements:
      text: {index: 8}
package_version: 1.0.0-rc3
class: profile
kind: resource
url: https://api.iknl.nl/docs/pzp/stu3/StructureDefinition/ACP-MedicalPolicyGoal
base: http://hl7.org/fhir/StructureDefinition/Goal
version: 1.0.0-rc3
required: [category]