PackagesCanonicalsLogsProblems
    Packages
    ca.on.ehr.r4@1.0.0-snapshot2
    http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-location
description: Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated.
package_name: ca.on.ehr.r4
derivation: constraint
name: LocationEHR
type: Location
elements:
  identifier:
    mustSupport: true
    index: 0
    elements:
      system: {mustSupport: true, index: 1}
      value: {mustSupport: true, index: 2}
    required: [value, system]
  name: {mustSupport: true, index: 3}
  description: {mustSupport: true, index: 4}
  address:
    mustSupport: true
    index: 5
    elements:
      type: {mustSupport: true, index: 6}
      line: {mustSupport: true, index: 7}
      city: {mustSupport: true, index: 8}
      state:
        binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ehr/ValueSet/province-state-code'}
        mustSupport: true
        index: 9
      postalCode: {mustSupport: true, index: 10}
      country:
        binding: {strength: required, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/country-code'}
        mustSupport: true
        index: 11
  managingOrganization:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-organization']
    index: 12
    elements:
      reference: {mustSupport: true, index: 13}
    required: [reference]
package_version: 1.0.0-snapshot2
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-location
base: http://hl7.org/fhir/StructureDefinition/Location
version: 1.0.0
required: [name]