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

FHIR IG Statistics: ConceptMap/sex-ech11-to-fhir

Packagech.fhir.ig.ch-term
Resource TypeConceptMap
Idsex-ech11-to-fhir
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-term/https://build.fhir.org/ig/hl7ch/ch-term/ConceptMap-sex-ech11-to-fhir.html
URLhttp://fhir.ch/ig/ch-core/ConceptMap/sex-ech11-to-fhir
Version3.3.0-ci-build
Statusactive
Date2018-11-26
NameSexECH011ToFHIRMapping
TitleSex eCH-011 to FHIR mapping
Realmch
Authorityhl7
DescriptionSex eCH-011 to FHIR mapping
CopyrightCC0-1.0

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
ech-11-sexeCH-011 Sex
administrative-genderAdministrative Gender
ValueSet
ech-11-sexeCH-011 Sex

Narrative

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

Generated Narrative: ConceptMap sex-ech11-to-fhir

Mapping from eCH-011 Sex to AdministrativeGender


Group 1 Mapping from eCH-011 Sex to AdministrativeGender

Source CodeRelationshipTarget Code
1 (männlich)is equivalent tomale
2 (weiblich)is equivalent tofemale
3 (unbestimmt)is equivalent toother

Source

{
  "resourceType": "ConceptMap",
  "id": "sex-ech11-to-fhir",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-core/ConceptMap/sex-ech11-to-fhir",
  "version": "3.3.0-ci-build",
  "name": "SexECH011ToFHIRMapping",
  "title": "Sex eCH-011 to FHIR mapping",
  "status": "active",
  "experimental": false,
  "date": "2018-11-26",
  "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": "Sex eCH-011 to FHIR mapping",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "sourceUri": "http://fhir.ch/ig/ch-core/ValueSet/ech-11-sex",
  "targetUri": "http://hl7.org/fhir/ValueSet/administrative-gender",
  "group": [
    {
      "source": "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-sex",
      "target": "http://hl7.org/fhir/administrative-gender",
      "element": [
        {
          "code": "1",
          "display": "männlich",
          "target": [
            {
              "code": "male",
              "display": "Male",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "2",
          "display": "weiblich",
          "target": [
            {
              "code": "female",
              "display": "female",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "3",
          "display": "unbestimmt",
          "target": [
            {
              "code": "other",
              "display": "Other",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}