PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@3.1.1
    http://hl7.org/fhir/us/core/StructureDefinition/us-core-location
description: Defines basic constraints and extensions on the Location resource for use with other US Core resources
package_name: hl7.fhir.us.core
derivation: constraint
name: USCoreLocation
type: Location
elements:
  status: {type: code, mustSupport: true, index: 0}
  name: {type: string, mustSupport: true, index: 1}
  telecom: {type: ContactPoint, mustSupport: true, array: true, index: 2}
  address:
    type: Address
    mustSupport: true
    index: 3
    elements:
      line: {type: string, mustSupport: true, array: true, index: 4}
      city: {type: string, mustSupport: true, index: 5}
      state:
        type: string
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state'}
        mustSupport: true
        index: 6
      postalCode: {type: string, short: US Zip Codes, mustSupport: true, index: 7}
  managingOrganization:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization']
    index: 8
package_version: 3.1.1
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-location
base: http://hl7.org/fhir/StructureDefinition/Location
version: 3.1.1
required: [name]