PackagesCanonicalsLogsProblems
    Packages
    ihe.iti.mcsd@4.0.0-comment
    https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.JurisdictionLocation
description: A profile on the mCSD Location for mCSD Jurisdictions.\n\nJurisdictions are political administrative units or other territories over which authority is exercised. A Jurisdiction\nhas a unique identifier, geographic attributes, etc. Jurisdictions include political administrative units such as village\ndistricts or regions.  Each Jurisdiction is defined by a pairing of [Location](StructureDefinition-IHE.mCSD.JurisdictionLocation.html)\nand [Organization](StructureDefinition-IHE.mCSD.JurisdictionOrganization.html).\n\nIn addition to the base requirements of [mCSD Location](StructureDefinition-IHE.mCSD.Location.html),\none `type` must be set to `https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types#jurisdiction`.
package_name: ihe.iti.mcsd
derivation: constraint
name: MCSDJurisdictionLocation
type: Location
elements:
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        boundary:
          match: {url: null}
          schema:
            type: Extension
            short: When a boundary is available, the location-boundary-geojson extension should be used.
            url: http://hl7.org/fhir/StructureDefinition/location-boundary-geojson
            index: 1
            elements:
              value[x]:
                elements:
                  contentType:
                    short: The boundary contentType shall be application/geo+json.
                    pattern: {type: Code, value: application/geo+json}
                    index: 2
                  data: {short: The boundary data shall be in the valueAttachment data element., index: 3}
                required: [data]
  type:
    short: 'One type must be set to: https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types#jurisdiction'
    index: 4
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: value}
      min: null
      slices:
        jurisdiction:
          match:
            coding:
            - {code: jurisdiction, system: 'https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types'}
          schema:
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: jurisdiction, system: 'https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types'}
            _required: true
            index: 5
          min: 1
          max: 1
  managingOrganization:
    type: Reference
    short: The reference to the mCSD Organization resource for this jurisdiction.
    refers: ['https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.JurisdictionOrganization']
    index: 6
package_version: 4.0.0-comment
extensions:
  boundary:
    url: http://hl7.org/fhir/StructureDefinition/location-boundary-geojson
    type: Extension
    short: When a boundary is available, the location-boundary-geojson extension should be used.
    index: 1
    elements:
      value[x]:
        elements:
          contentType:
            short: The boundary contentType shall be application/geo+json.
            pattern: {type: Code, value: application/geo+json}
            index: 2
          data: {short: The boundary data shall be in the valueAttachment data element., index: 3}
        required: [data]
class: profile
kind: resource
url: https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.JurisdictionLocation
base: https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.Location
version: 4.0.0-comment
required: [managingOrganization]