PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@7.0.0
    http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter
description: The US Core Encounter Profile inherits from the FHIR [Encounter](https://hl7.org/fhir/R4/encounter.html) resource; refer to it for scope and usage definitions. This profile sets minimum expectations for the Encounter resource to record, search, and fetch basic encounter information for an individual patient. It specifies which core elements, extensions, vocabularies, and value sets **SHALL** be present and constrains how the elements are used. Providing the floor for standards development for specific use cases promotes interoperability and adoption.
package_name: hl7.fhir.us.core
derivation: constraint
name: USCoreEncounterProfile
type: Encounter
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      lastUpdated: {short: When the resource last changed, mustSupport: true, index: 1}
  serviceProvider:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization']
    index: 20
  reasonCode: {mustSupport: true, index: 14}
  type:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-encounter-type'}
    mustSupport: true
    index: 7
  participant:
    mustSupport: true
    index: 9
    elements:
      type: {mustSupport: true, index: 10}
      period: {mustSupport: true, index: 11}
      individual:
        type: Reference
        mustSupport: true
        refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson']
        index: 12
  status: {mustSupport: true, index: 5}
  class: {mustSupport: true, index: 6}
  identifier:
    mustSupport: true
    index: 2
    elements:
      system: {type: uri, mustSupport: true, index: 3}
      value: {type: string, mustSupport: true, index: 4}
    required: [value, system]
  hospitalization:
    mustSupport: true
    index: 16
    elements:
      dischargeDisposition:
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-discharge-disposition'}
        mustSupport: true
        index: 17
  period: {mustSupport: true, index: 13}
  location:
    mustSupport: true
    index: 18
    elements:
      location:
        type: Reference
        mustSupport: true
        refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-location']
        index: 19
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 8
  reasonReference:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation', 'http://hl7.org/fhir/StructureDefinition/Observation', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-encounter-diagnosis', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure']
    array: true
    index: 15
package_version: 7.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter
base: http://hl7.org/fhir/StructureDefinition/Encounter
version: 7.0.0
required: [subject, type]