PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.us.core@8.0.0
    http://hl7.org/fhir/us/core/StructureDefinition/us-core-location
description: The US Core Location Profile inherits from the FHIR [Location](https://hl7.org/fhir/R4/location.html) resource; refer to it for scope and usage definitions. This profile sets minimum expectations for the Location resource for  recording, searching, and fetching a \"physical place of available services or resources.\"  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: rs/hl7.fhir.us.core
derivation: constraint
name: USCoreLocationProfile
type: Location
elements:
  identifier: {short: Unique business identifier for facility or location., mustSupport: true, index: 0}
  status: {mustSupport: true, index: 1}
  name: {short: Name by which a facility or location is known., mustSupport: true, index: 2}
  type:
    short: Category of service or resource available in a location.
    binding: {strength: extensible, valueSet: 'http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType'}
    mustSupport: true
    index: 3
    elements:
      coding:
        mustSupport: true
        index: 4
        elements:
          system: {mustSupport: true, index: 5}
          code: {mustSupport: true, index: 6}
        required: [code, system]
    required: [coding]
  telecom: {mustSupport: true, index: 7}
  address:
    mustSupport: true
    index: 8
    elements:
      line: {type: string, mustSupport: true, array: true, index: 9}
      city: {type: string, mustSupport: true, index: 10}
      state:
        type: string
        binding: {strength: extensible, valueSet: 'http://terminology.hl7.org/ValueSet/USPS-State'}
        mustSupport: true
        index: 11
      postalCode: {type: string, short: US Zip Codes, mustSupport: true, index: 12}
  managingOrganization:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization']
    index: 13
package_version: 8.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-location
base: http://hl7.org/fhir/StructureDefinition/Location
version: 8.0.0
required: [name]