CH Core (R4)
4.0.1 - trial-use Switzerland flag

This page is part of the CH Core (R4) (v4.0.1: STU 4) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: BFS Encounter Class to FHIR mapping - JSON Representation

Active as of 2019-04-23

Raw json | Download


{
  "resourceType" : "ConceptMap",
  "id" : "bfs-encounter-class-to-fhir",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Mapping from <a href=\"ValueSet-bfs-medstats-20-encounterclass.html\">BFS Medizinische Statistik - 20 1.3.V01 - Behandlungsart / Type de prise en charge / Genere di trattamento</a> to <a href=\"http://terminology.hl7.org/5.4.0/ValueSet-v3-ActEncounterCode.html\">ActEncounterCode</a></p><p>ACTIVE. Published on 2019-04-23 by HL7 Switzerland (HL7 Switzerland: <a href=\"https://www.hl7.ch/\">https://www.hl7.ch/</a>, HL7 Switzerland: <a href=\"https://www.hl7.ch/\">https://www.hl7.ch/</a>). CC0-1.0</p><div><p>BFS Encounter Class to FHIR mapping</p>\n</div><br/><p><b>Group 1</b>Mapping from <a href=\"CodeSystem-bfs-medstats-20-encounterclass.html\">BFS Medizinische Statistik - 20 1.3.V01 - Behandlungsart / Type de prise en charge / Genere di trattamento</a> to <a href=\"http://terminology.hl7.org/5.4.0/CodeSystem-v3-ActCode.html\">ActCode</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>1 (ambulant)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#null\"/></td><td>AMB (ambulatory)</td></tr><tr><td>3 (stationär)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#null\"/></td><td>IMP (inpatient encounter)</td></tr><tr><td>9 (unbekannt)</td><td colspan=\"2\" style=\"background-color: #efefef\">(not mapped)</td></tr></table></div>"
  },
  "url" : "http://fhir.ch/ig/ch-core/ConceptMap/bfs-encounter-class-to-fhir",
  "version" : "4.0.1",
  "name" : "BfsEncounterClassToFhir",
  "title" : "BFS Encounter Class to FHIR mapping",
  "status" : "active",
  "experimental" : false,
  "date" : "2019-04-23",
  "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" : "BFS Encounter Class 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/bfs-medstats-20-encounterclass",
  "targetUri" : "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode",
  "group" : [
    {
      "source" : "http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-20-encounterclass",
      "target" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "element" : [
        {
          "code" : "1",
          "display" : "ambulant",
          "target" : [
            {
              "modifierExtension" : [
                {
                  "url" : "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence",
                  "valueCode" : "equivalent"
                }
              ],
              "code" : "AMB",
              "display" : "ambulatory",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "3",
          "display" : "stationär",
          "target" : [
            {
              "modifierExtension" : [
                {
                  "url" : "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence",
                  "valueCode" : "equivalent"
                }
              ],
              "code" : "IMP",
              "display" : "inpatient encounter",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "9",
          "display" : "unbekannt",
          "target" : [
            {
              "equivalence" : "unmatched"
            }
          ]
        }
      ]
    }
  ]
}