PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch@core-3.0.0
    http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-address-ech-11-placeoforigin
description: Place of Origin for eCH-0011
package_name: ch.fhir.ig.ch
derivation: constraint
name: CHCoreAddressECH11PlaceOfOrigin
type: Address
elements:
  use: {short: home | work | temp | old | billing - purpose of this address, type: code, index: 0}
  city: {short: Name of place of origin (municipality), type: string, isSummary: true, index: 4}
  type: {type: code, short: postal | physical | both, index: 1}
  state: {short: Canton, index: 6}
  line: {type: string, short: 'Street name, number, direction & P.O. Box etc.', index: 3}
  postalCode: {type: string, short: Postal code for area, index: 7}
  period: {type: Period, short: Time period when address was/is in use, index: 10}
  country:
    type: string
    short: Country if place of orgin is not Switzerland
    isSummary: true
    index: 8
    extensions:
      countrycode: {url: 'http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding', min: 0, max: 1, short: ISO Country Alpha-2 or ISO Country Alpha-3 code, type: Extension, index: 9}
    elements:
      extension:
        short: ISO Country Alpha-2 or ISO Country Alpha-3 code
        type: Extension
        url: http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding
        index: 9
        slicing:
          slices:
            countrycode:
              match: {}
              schema: {short: ISO Country Alpha-2 or ISO Country Alpha-3 code, type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding', index: 9}
              min: 0
              max: 1
  district: {short: District name (aka county), type: string, isSummary: true, index: 5}
  text: {short: Text representation of the address, type: string, index: 2}
package_version: core-3.0.0
class: complex-type
kind: complex-type
url: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-address-ech-11-placeoforigin
base: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-address
version: 3.0.0
required: [state]