PackagesCanonicalsLogsProblems
    Packages
    iknl.fhir.r4.pzp@1.0.0
    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:
    mustSupport: true
    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'}
    mustSupport: true
    index: 1
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ACP-Patient|1.0.0']
    index: 2
  start:
    choices: []
    index: 4
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        startDate:
          match: {}
          schema:
            mustSupport: true
            choices: [startDate]
            index: 6
          min: 0
          max: 1
  startDate:
    type: date
    mustSupport: true
    choiceOf: start
    index: 7
    slicing:
      slices:
        startDate:
          match: {}
          schema: {type: date, mustSupport: true, choiceOf: start, index: 7}
          min: 0
          max: 1
  note:
    elements:
      text: {mustSupport: true, index: 8}
package_version: 1.0.0
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
required: [category]