PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ph-library@1.0.0-ballot
    http://hl7.org/fhir/us/ph-library/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.ph-library
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/ph-library/StructureDefinition/us-ph-organization']
    index: 5
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-location
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-location
version: 1.0.0-ballot
required: [address, type]