PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch@core-2.0.0
    http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-address-ech-10
description: Postal address according to eCH-0010
package_name: ch.fhir.ig.ch
derivation: constraint
name: CHCoreAddressECH10
type: Address
elements:
  type:
    type: code
    short: postal
    pattern: {type: Code, value: postal}
    index: 0
  city: {type: string, isSummary: true, index: 1}
  postalCode: {short: Postal code for area, type: string, index: 2}
  country: {type: string, index: 3}
  period: {type: Period, short: Time period when address was/is in use, index: 4}
package_version: core-2.0.0
class: complex-type
kind: complex-type
url: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-address-ech-10
base: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-address
version: 2.0.0
required: [country, city, postalCode]