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

FHIR IG Statistics: ConceptMap/ech-46-emailcategory-to-fhir

Packagech.fhir.ig.ch-term
TypeConceptMap
Idech-46-emailcategory-to-fhir
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-term/https://build.fhir.org/ig/hl7ch/ch-term/ConceptMap-ech-46-emailcategory-to-fhir.html
URLhttp://fhir.ch/ig/ch-core/ConceptMap/ech-46-emailcategory-to-fhir
Version3.3.0-ci-build
Statusactive
Date2023-03-10
NameECH46EmailCategoryToFHIRMapping
TitleeCH-0046 Email Category to FHIR Mapping
Realmch
Authorityhl7
DescriptionConceptMap to show the mapping from eCH-0046 e-mail category to FHIR
CopyrightCC0-1.0

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
ech-46-emailcategoryeCH-0046 Email Category
ValueSet
ech-46-emailcategoryeCH-0046 Email Category

Narrative

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

Generated Narrative: ConceptMap ech-46-emailcategory-to-fhir

Mapping from eCH-0046 Email Category to ContactPointUse


Group 1 Mapping from eCH-0046 Email Category to ContactPointUse

Source CodeRelationshipTarget Code
1 (private)is equal tohome
2 (business)is equal towork

Source

{
  "resourceType": "ConceptMap",
  "id": "ech-46-emailcategory-to-fhir",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-core/ConceptMap/ech-46-emailcategory-to-fhir",
  "version": "3.3.0-ci-build",
  "name": "ECH46EmailCategoryToFHIRMapping",
  "title": "eCH-0046 Email Category to FHIR Mapping",
  "status": "active",
  "experimental": false,
  "date": "2023-03-10",
  "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": "ConceptMap to show the mapping from eCH-0046 e-mail category to FHIR",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "sourceUri": "http://fhir.ch/ig/ch-core/ValueSet/ech-46-emailcategory",
  "targetUri": "http://hl7.org/fhir/ValueSet/contact-point-use",
  "group": [
    {
      "source": "http://fhir.ch/ig/ch-core/CodeSystem/ech-46-emailcategory",
      "target": "http://hl7.org/fhir/contact-point-use",
      "element": [
        {
          "code": "1",
          "display": "private",
          "target": [
            {
              "code": "home",
              "display": "Home",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "2",
          "display": "business",
          "target": [
            {
              "code": "work",
              "display": "Work",
              "equivalence": "equal"
            }
          ]
        }
      ]
    }
  ]
}