PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.zib2015@1.0.0
    http://nictiz.nl/fhir/StructureDefinition/gp-EncounterReport
description: The general practitioner encounter report is an S-O-A-P (Subjective, Objective, Assessment, Plan) structured report of a patient encounter. S-O-A-P is known as S-O-E-P (Subjectief, Objectief, Evaluatie, Plan) in Dutch. Each Composition.section corresponds with a letter from SOAP and may additionally be ICPC coded using the appropriate extension. If the encounter report relates to an episode of care then the association with EpisodeOfCare shall be in Composition.event.detail.
package_name: nictiz.fhir.nl.stu3.zib2015
derivation: constraint
name: gp-EncounterReport
type: Composition
elements:
  type:
    index: 0
    elements:
      coding:
        elements:
          system:
            pattern: {type: Uri, value: 'http://loinc.org'}
            index: 1
          code:
            pattern: {type: Code, value: 67781-5}
            index: 2
  encounter: {index: 3}
  title: {index: 4}
  section:
    index: 5
    extensions:
      code_icpc_1_nl: {url: h, min: 0, max: 1, type: Extension, index: 7}
    elements:
      extension:
        index: 6
        slicing:
          rules: open
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            code_icpc_1_nl:
              match: {url: null}
              schema: {type: Extension, url: h, index: 7}
              min: 0
              max: 1
      code: {index: 8}
      text: {index: 9}
      entry: {index: 10}
    required: [text, code]
package_version: 1.0.0
class: profile
kind: resource
url: http://nictiz.nl/fhir/StructureDefinition/gp-EncounterReport
base: http://nictiz.nl/fhir/StructureDefinition/composition-nl
version: null
required: [encounter]