PackagesCanonicalsLogsProblems
    Packages
    maccabi.maccabident.medicationrequest.r4@1.0.2
    http://fhir.maccabi-dent.com/StructureDefinition/maccabi-dent-encounter
description: Maccabi Dent Encounter
package_name: maccabi.maccabident.medicationrequest.r4
derivation: constraint
name: MaccabiDentEncounter
type: Encounter
elements:
  id: {index: 0}
  status:
    pattern: {type: Code, value: finished}
    index: 1
  class:
    elements:
      system:
        pattern: {type: Uri, value: 'https://www.hl7.org/fhir/v3/ActCode/cs.html'}
        index: 2
      code:
        pattern: {type: Code, value: AMB}
        index: 3
      display:
        pattern: {type: String, value: ambulatory}
        index: 4
  subject:
    elements:
      type:
        pattern: {type: Uri, value: Patient}
        index: 5
      identifier:
        elements:
          system:
            binding: {strength: required, valueSet: 'http://fhir.maccabi-dent.com/ValueSet/subjects-of-encounter'}
            index: 6
  location:
    elements:
      location:
        elements:
          reference:
            pattern: {type: String, value: '#maccabi-dent-clinic'}
            index: 7
        required: [reference]
  serviceProvider:
    index: 8
    elements:
      identifier:
        elements:
          system:
            pattern: {type: Uri, value: 'http://fhir.health.gov.il/identifier/legal-entity'}
            index: 9
package_version: 1.0.2
class: profile
kind: resource
url: http://fhir.maccabi-dent.com/StructureDefinition/maccabi-dent-encounter
base: http://fhir.health.gov.il/StructureDefinition/il-core-encounter
version: null
required: [id, serviceProvider]