PackagesCanonicalsLogsProblems
    Packages
    fmcna.caredata.fhir.ig.r4@1.1.7
    http://fkcfhir.org/fhir/StructureDefinition/fmc-location-profile
description: This profile sets minimum expectations for the Location resource
package_name: fmcna.caredata.fhir.ig.r4
derivation: constraint
name: FreseniusLocation
type: Location
elements:
  identifier:
    base: {max: '*', min: 1, path: Location.identifier}
    mustSupport: true
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        LOCIdentifier:
          match: {system: 'urn:oid:2.16.840.1.113883.3.7418.5.1'}
          schema:
            mustSupport: true
            _required: true
            index: 1
            elements:
              type:
                binding: {strength: required, valueSet: 'http://terminology.hl7.org/ValueSet/v2-0203'}
                index: 2
              system:
                pattern: {type: Uri, value: 'urn:oid:2.16.840.1.113883.3.7418.5.1'}
                index: 3
            required: [system]
  name: {short: Name of the Fresenius Location, index: 4}
  type:
    binding: {strength: required, valueSet: 'http://fkcfhir.org/fhir/ValueSet/fmc-location-type-vs'}
    index: 5
  managingOrganization:
    type: Reference
    short: Reference to Organization
    refers: ['http://fkcfhir.org/fhir/StructureDefinition/fmc-organization-profile']
    index: 6
package_version: 1.1.7
class: profile
kind: resource
url: http://fkcfhir.org/fhir/StructureDefinition/fmc-location-profile
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-location
version: null
required: [managingOrganization, identifier, type]