PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ecr@2.1.2
    http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-location
description: This Location profile represents the location/facility in which care was provided. It is based on the US Core Location profile.
package_name: hl7.fhir.us.ecr
derivation: constraint
name: USPublicHealthLocation
type: Location
elements:
  identifier: {short: Facility ID Number, mustSupport: true, index: 0}
  type:
    short: Facility Type
    binding: {strength: extensible, valueSet: 'http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType'}
    mustSupport: true
    array: true
    min: 1
    index: 1
  address:
    mustSupport: true
    index: 2
    elements:
      city: {mustSupport: true, index: 3}
      state: {mustSupport: true, index: 4}
    required: [city, state]
  managingOrganization:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-organization']
    index: 5
package_version: 2.1.2
class: profile
kind: resource
url: http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-location
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-location
version: 2.1.2
required: [address, identifier, type]