PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@1.0.0
    http://hl7.org/fhir/us/core/StructureDefinition/us-core-location
description: null
package_name: hl7.fhir.us.core
derivation: constraint
name: US  Core Location Profile
type: Location
elements:
  status: {type: code, isModifier: false, mustSupport: true, index: 0}
  name: {type: string, isModifier: false, mustSupport: true, index: 1}
  telecom: {type: ContactPoint, isModifier: false, mustSupport: true, array: true, index: 2}
  address:
    type: Address
    isModifier: false
    mustSupport: true
    index: 3
    elements:
      line: {type: string, isModifier: false, mustSupport: true, array: true, index: 4}
      city: {type: string, isModifier: false, mustSupport: true, index: 5}
      state: {isModifier: false, type: string, mustSupport: true, index: 6}
      postalCode: {type: string, short: US Zip Codes, isModifier: false, mustSupport: true, index: 7}
  managingOrganization:
    type: Reference
    isModifier: false
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization']
    index: 8
package_version: 1.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: 1.0.0
required: [name]