PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ph@library-1.0.0
    http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-location
description: This Location profile represents the location/facility in which care was provided.
package_name: hl7.fhir.us.ph
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
    index: 1
  address:
    index: 2
    elements:
      city: {index: 3}
      state: {index: 4}
    required: [city, state]
  managingOrganization:
    type: Reference
    refers: ['http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization']
    index: 5
package_version: library-1.0.0
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
required: [address, type]