PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.cpg@2.0.0-ballot
    http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-encounter
description: CPG encounter represents the minimum expectations for communicating encounter information as part of a CPG case
package_name: hl7.fhir.uv.cpg
derivation: constraint
name: CPGEncounter
type: Encounter
elements:
  episodeOfCare:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-case']
    index: 4
  reasonCode: {mustSupport: true, index: 10}
  type: {mustSupport: true, index: 2}
  participant:
    mustSupport: true
    index: 5
    elements:
      type: {mustSupport: true, index: 6}
      period: {mustSupport: true, index: 7}
      individual:
        type: Reference
        mustSupport: true
        refers: ['http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-practitioner', 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-practitionerrole']
        index: 8
  status: {mustSupport: true, index: 0}
  class: {mustSupport: true, index: 1}
  period: {mustSupport: true, index: 9}
  location:
    mustSupport: true
    index: 11
    elements:
      location:
        type: Reference
        mustSupport: true
        refers: ['http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-location']
        index: 12
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-patient']
    index: 3
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-encounter
base: http://hl7.org/fhir/StructureDefinition/Encounter
version: 2.0.0-ballot
required: [type]