PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.mha-pds@0.9.0-alpha-1.9.7.13
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-location
description: Proposed constraints and extensions on the Location resource
package_name: ca.on.oh.mha-pds
derivation: constraint
name: LocationProfile
type: Location
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile:
        mustSupport: true
        pattern: {type: Canonical, value: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-location'}
        index: 1
    required: [profile]
  identifier:
    mustSupport: true
    index: 2
    elements:
      system:
        pattern: {type: Uri, value: 'http://ehealthontario.ca/fhir/NamingSystem/id-Location-ConnexSite'}
        mustSupport: true
        index: 3
      value: {mustSupport: true, index: 4}
    required: [value, system]
  name: {mustSupport: true, index: 5}
  managingOrganization:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-organization']
    index: 6
package_version: 0.9.0-alpha-1.9.7.13
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-location
base: http://hl7.org/fhir/StructureDefinition/Location
version: 1.0.0
required: [name, identifier, meta]