PackagesCanonicalsLogsProblems
    Packages
    servicewell.fhir.wof-portal@1.0.0
    http://portal.wof.purified.link/fhir/StructureDefinition/LocationArea
description: '**LocationArea** represents a parent area that groups related healthcare services and care delivery locations.\n\nIt answers the question: _\"Which larger area or grouping does this healthcare service location belong to?\"_\n\nThis profile is used as the parent `Location` for contained `HealthcareServiceLocation` instances and other service locations that should be grouped under a shared area in the portal.\n\nThis profile intentionally constrains base FHIR to define a stable and testable API contract for WOF Portal.'
package_name: servicewell.fhir.wof-portal
derivation: constraint
name: LocationArea
type: Location
elements:
  description: {index: 10}
  address: {index: 14}
  meta:
    elements:
      versionId: {short: Server-managed resource version, mustSupport: true, index: 1}
      profile: {short: Profile declaration for this portal resource, mustSupport: true, index: 2}
    required: [profile]
  managingOrganization: {index: 19}
  name: {short: Display name of the area, index: 8}
  mode: {index: 11}
  type: {index: 12}
  extension:
    index: 3
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        sortKey:
          match: {url: null}
          schema: {type: Extension, short: Portal-specific sort key, url: 'http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/ext-sort-key', index: 4}
          min: 0
          max: 1
  alias: {index: 9}
  status: {short: Lifecycle status of the area, index: 6}
  id: {short: Stable logical identifier for the area, index: 0}
  identifier: {index: 5}
  hoursOfOperation: {index: 21}
  availabilityExceptions: {index: 22}
  position: {index: 18}
  telecom: {index: 13}
  operationalStatus: {index: 7}
  partOf: {index: 20}
  physicalType:
    short: Physical type of the area
    index: 15
    elements:
      coding:
        short: Coded representation of the area type
        index: 16
        elements:
          code:
            short: Code for the area type
            binding: {strength: required, valueSet: 'https://canonical.fhir.link/servicewell/wof-portal/ValueSet/physical-type-wof-vs'}
            index: 17
  endpoint: {index: 23}
package_version: 1.0.0
extensions:
  sortKey: {url: 'http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/ext-sort-key', min: 0, max: 1, type: Extension, short: Portal-specific sort key, index: 4}
class: profile
kind: resource
url: http://portal.wof.purified.link/fhir/StructureDefinition/LocationArea
base: http://hl7.org/fhir/StructureDefinition/Location
version: 1.0.0
required: [id, name, status, physicalType]