FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagech.fhir.ig.ch-alis-connect
Resource TypeConceptMap
IdConceptMap-Alis2FhirParameterV40.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7ch/ch-alis-connect/ConceptMap-Alis2FhirParameterV40.html
URLhttp://fhir.ch/ig/ch-alis-connect/ConceptMap/Alis2FhirParameterV40
Version1.0.0-ballot
Statusactive
Date2026-06-13T13:13:54+00:00
NameAlis2FhirParameterV40
TitleALIS ParameterV40 to FHIR Mapping
Realmch
Authorityhl7
DescriptionMapping of the ALIS ParameterV40 logical model to the FHIR ParameterV40 extension (on ChargeItem). Specific ParamTyp values (BMI, Billable, Amount, SLIndicationCode) are mapped to dedicated ChargeItem elements instead of the generic ParameterV40 extension.
CopyrightCC0-1.0

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
ch.fhir.ig.ch-alis-connect#currentch-alis-connect-paramtypCH ALIS ParamTyp
StructureDefinition
ch.fhir.ig.ch-alis-connect#currentParameterV40CH ALIS Leistungsschnittstelle - ParameterV40
ch.fhir.ig.ch-alis-connect#currentch-alis-connect-chargeitemCH ALIS ChargeItem Profile
ch.fhir.ig.ch-alis-connect#currentch-alis-connect-ext-parameterv40CH ALIS Extension ParameterV40

Narrative

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

Mapping from (not specified) to (not specified)


Group 1 Mapping from CH ALIS Leistungsschnittstelle - ParameterV40 to CH ALIS Extension ParameterV40

Source CodeCard.TypeRelationshipTarget CodeCard.Type
ParameterV40.ParamTyp1..1todois equivalent toExtension.extension:ParamTyp.value[x]:valueCodeableConcept1..1todo
ParameterV40.ParamValue1..1todois equivalent toExtension.extension:ParamValue.value[x]:valueString1..1todo

Group 2 Mapping from CH ALIS ParamTyp to CH ALIS ChargeItem Profile

Source CodeRelationshipTarget Code
BMIis equivalent toChargeItem.supportingInformation (ParameterV40: BMI)
Billable (Billable (j/n))is equivalent toChargeItem.status (billable | not-billable)
Amountis equivalent toChargeItem.priceOverride.value (ParameterV40: Amount)
SLIndicationCode (Indikationscode aus der SL (Spezialitätenliste))is equivalent toChargeItem.extension:SLIndicationCode (ParameterV40: SLIndicationCode)

Source1

{
  "resourceType": "ConceptMap",
  "id": "Alis2FhirParameterV40",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-alis-connect/ConceptMap/Alis2FhirParameterV40",
  "version": "1.0.0-ballot",
  "name": "Alis2FhirParameterV40",
  "title": "ALIS ParameterV40 to FHIR Mapping",
  "status": "active",
  "experimental": false,
  "date": "2026-06-13T13:13:54+00:00",
  "publisher": "ALIS-Connect",
  "contact": [
    {
      "name": "ALIS-Connect",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.alis-connect.ch/"
        }
      ]
    }
  ],
  "description": "Mapping of the ALIS ParameterV40 logical model to the FHIR ParameterV40 extension (on ChargeItem). Specific ParamTyp values (BMI, Billable, Amount, SLIndicationCode) are mapped to dedicated ChargeItem elements instead of the generic ParameterV40 extension.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "group": [
    {
      "source": "http://fhir.ch/ig/ch-alis-connect/StructureDefinition/ParameterV40",
      "target": "http://fhir.ch/ig/ch-alis-connect/StructureDefinition/ch-alis-connect-ext-parameterv40",
      "element": [
        {
          "code": "ParameterV40.ParamTyp",
          "target": [
            {
              "code": "Extension.extension:ParamTyp.value[x]:valueCodeableConcept",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "ParameterV40.ParamValue",
          "target": [
            {
              "code": "Extension.extension:ParamValue.value[x]:valueString",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    },
    {
      "source": "http://fhir.ch/ig/ch-alis-connect/CodeSystem/ch-alis-connect-paramtyp",
      "target": "http://fhir.ch/ig/ch-alis-connect/StructureDefinition/ch-alis-connect-chargeitem",
      "element": [
        {
          "code": "BMI",
          "target": [
            {
              "code": "ChargeItem.supportingInformation",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "Billable",
          "target": [
            {
              "code": "ChargeItem.status",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "Amount",
          "target": [
            {
              "code": "ChargeItem.priceOverride.value",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "SLIndicationCode",
          "target": [
            {
              "code": "ChargeItem.extension:SLIndicationCode",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}