PackagesCanonicalsLogsProblems
    Packages
    servicewell.fhir.wof-portal@1.0.0
    https://canonical.fhir.link/servicewell/wof-portal/StructureDefinition/healthcare-service-location
description: '**HealthcareServiceLocation** represents the contained location instance used by `HealthcareServicePortal`.\n\nIt answers the question: _\"Where should the patient go to receive care for this healthcare service?\"_\n\nThis profile is intended to be used as the contained `Location` instance referenced by a `HealthcareServicePortal` resource. It carries the address for where care is delivered for that healthcare service and may reference a parent `LocationArea` that groups healthcare services.\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: HealthcareServiceLocation
type: Location
elements:
  description: {index: 7}
  address: {short: Address where care is delivered, index: 11}
  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: 15}
  name: {index: 5}
  mode: {index: 8}
  type: {index: 9}
  alias: {index: 6}
  status: {index: 3}
  id: {short: Stable logical identifier for the contained location, index: 0}
  hoursOfOperation: {index: 17}
  availabilityExceptions: {index: 18}
  position: {short: Geographic coordinates of the care location, index: 14}
  telecom: {index: 10}
  operationalStatus: {index: 4}
  partOf:
    type: Reference
    short: Parent area that groups healthcare services
    refers: ['http://portal.wof.purified.link/fhir/StructureDefinition/LocationArea']
    index: 16
  physicalType:
    short: Physical type of the care location
    index: 12
    elements:
      coding:
        elements:
          code:
            pattern: {type: Code, value: si}
            index: 13
  endpoint: {index: 19}
package_version: 1.0.0
class: profile
kind: resource
url: https://canonical.fhir.link/servicewell/wof-portal/StructureDefinition/healthcare-service-location
base: http://hl7.org/fhir/StructureDefinition/Location
version: 1.0.0
required: [id, physicalType]