description: This Encounter profile represents the encounter related to the event. It is based on the US Core Encounter. package_name: rs/hl7.fhir.us.ph derivation: constraint name: USPublicHealthEncounter type: Encounter elements: subject: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-patient'] index: 0 participant: mustSupport: true index: 1 slicing: rules: open discriminator: - {path: type, type: type} min: null slices: sliceResponsibleProvider: match: {} schema: short: Responsible provider mustSupport: true index: 2 elements: type: short: Responsible provider mustSupport: true pattern: type: CodeableConcept value: coding: - {code: ATND, system: 'http://terminology.hl7.org/CodeSystem/v3-ParticipationType'} type: CodeableConcept index: 3 period: {mustSupport: true, index: 4} individual: type: Reference short: Responsible Provider mustSupport: true refers: ['http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-practitionerrole'] index: 5 required: [individual, type] diagnosis: short: Encounter diagnosis mustSupport: true index: 6 elements: condition: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-condition'] index: 7 use: {mustSupport: true, index: 8} location: short: Public health encounter location isModifier: false mustSupport: true index: 9 elements: location: type: Reference isModifier: false mustSupport: true refers: ['http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-location'] index: 10 serviceProvider: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization'] index: 11 package_version: library-1.0.0-ballot class: profile kind: resource url: http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-encounter base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter version: 1.0.0-ballot required: [location, subject]