FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/ech-10-linetype

Packagech.fhir.ig.ch-term
TypeValueSet
Idech-10-linetype
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-term/https://build.fhir.org/ig/hl7ch/ch-term/ValueSet-ech-10-linetype.html
URLhttp://fhir.ch/ig/ch-core/ValueSet/ech-10-linetype
Version3.3.0-ci-build
Statusactive
Date2018-11-27
NameECH10AddressLine
TitleeCH-010 Address Line Type
Realmch
Authorityhl7
DescriptioneCH-010 defines different address lines (addressLine1,2 and street)
CopyrightCC0-1.0

Resources that use this resource

StructureDefinition
ch-ext-ech-10-linetypeAddress Line Type

Resources that this resource uses

CodeSystem
ech-10eCH-010 Types

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet ech-10-linetype

  • Include these codes as defined in http://fhir.ch/ig/ch-core/CodeSystem/ech-10
    CodeDisplayDeutsch (Schweiz) (German (Switzerland), de)French (Switzerland) (fr)
    addressLine1addressLine1Adresszeile 1 (optional)Ligne d’adresse 1 (facultatif)
    addressLine2addressLine2Adresszeile 2 (optional)Ligne d’adresse 2 (facultatif)
    streetstreetAdressierung Strasse / Wohnung (optional)Adressage rue / appartement (facultatif)
    postOfficeBoxTextpostOfficeBoxTextAdressierung Postfach (optional)Adressage case postale (facultatif)

Source

{
  "resourceType": "ValueSet",
  "id": "ech-10-linetype",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-core/ValueSet/ech-10-linetype",
  "version": "3.3.0-ci-build",
  "name": "ECH10AddressLine",
  "title": "eCH-010 Address Line Type",
  "status": "active",
  "experimental": false,
  "date": "2018-11-27",
  "publisher": "HL7 Switzerland",
  "contact": [
    {
      "name": "HL7 Switzerland",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.ch/"
        }
      ]
    },
    {
      "name": "HL7 Switzerland",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.ch/",
          "use": "work"
        }
      ]
    }
  ],
  "description": "eCH-010 defines different address lines (addressLine1,2 and street)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "compose": {
    "include": [
      {
        "system": "http://fhir.ch/ig/ch-core/CodeSystem/ech-10",
        "concept": [
          {
            "code": "addressLine1",
            "display": "addressLine1",
            "designation": [
              {
                "language": "de-CH",
                "value": "Adresszeile 1 (optional)"
              },
              {
                "language": "fr-CH",
                "value": "Ligne d’adresse 1 (facultatif)"
              }
            ]
          },
          {
            "code": "addressLine2",
            "display": "addressLine2",
            "designation": [
              {
                "language": "de-CH",
                "value": "Adresszeile 2 (optional)"
              },
              {
                "language": "fr-CH",
                "value": "Ligne d’adresse 2 (facultatif)"
              }
            ]
          },
          {
            "code": "street",
            "display": "street",
            "designation": [
              {
                "language": "de-CH",
                "value": "Adressierung Strasse / Wohnung (optional)"
              },
              {
                "language": "fr-CH",
                "value": "Adressage rue / appartement (facultatif)"
              }
            ]
          },
          {
            "code": "postOfficeBoxText",
            "display": "postOfficeBoxText",
            "designation": [
              {
                "language": "de-CH",
                "value": "Adressierung Postfach (optional)"
              },
              {
                "language": "fr-CH",
                "value": "Adressage case postale (facultatif)"
              }
            ]
          }
        ]
      }
    ]
  }
}