ChargeItemDefinition

Über die FHIR®-Ressource ChargeItemDefinition werden Informationen zu einzelnen Anwendungseinheiten der DiPA-Module ausgegeben.

GET https://dipa.bfarm.de/api/fhir/v2.0/ChargeItemDefinition


Informationen zu einer bestimmten DiPA-Anwendungseinheit

Hinweis: Die intern verwendeten IDs dürfen nicht extern gespeichert werden, da diese sich bei neuen Releases der API ändern.

GET https://dipa.bfarm.de/api/fhir/v2.0/ChargeItemDefinition/6

gibt die Daten zur Anwendungseinheit mit der internen ID 6 aus.

JSON

{
    "resourceType": "ChargeItemDefinition",
    "id": "6",
    "meta": {
        "versionId": "2",
        "lastUpdated": "2022-12-27T13:20:05.048+01:00",
        "source": "#bfIUHiPaEqwTHITD",
        "profile":  [
            "https://fhir.bfarm.de/StructureDefinition/HealthAppPrescriptionUnit"
        ]
    },
    "url": "https://dipa.bfarm.de/de/verzeichnis/01964",
    "identifier":  [
        {
            "system": "https://fhir.bfarm.de/Identifier/DipaAeId",
            "value": "00000 001"
        }
    ],
    "title": "Healthy DiPA 001",
    "status": "unknown",
    "useContext":  [
        {
            "code": {
                "system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
                "code": "age",
                "display": "Altersgruppe"
            },
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://snomed.info/sct",
                        "code": "41847000",
                        "display": "Erwachsene(r) (18-65 Jahre)"
                    }
                ]
            }
        },
        {
            "code": {
                "system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
                "code": "age",
                "display": "Altersgruppe"
            },
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://snomed.info/sct",
                        "code": "271872005",
                        "display": "Erwachsene (älter als 65 Jahre)"
                    }
                ]
            }
        },
        {
            "code": {
                "system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
                "code": "focus",
                "display": "Beeinträchtigung"
            },
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "https://fhir.bfarm.de/Identifier/HealthAppFocusId",
                        "code": "125",
                        "display": "Haushaltsführung"
                    }
                ]
            }
        },
        {
            "code": {
                "system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
                "code": "focus",
                "display": "Beeinträchtigung"
            },
            "valueCodeableConcept": {
                "extension":  [
                    {
                        "url": "https://fhir.bfarm.de/StructureDefinition/HealthAppPrescriptionUnitUseContextValueSeverity",
                        "valueCoding": {
                            "system": "https://fhir.bfarm.de/CodeSystem/HealthAppSeverity",
                            "code": "severity-1",
                            "display": "Punktbereich 1: Geringe Beeinträchtigungen der Selbständigkeit oder der Fähigkeiten."
                        }
                    },
                    {
                        "url": "https://fhir.bfarm.de/StructureDefinition/HealthAppPrescriptionUnitUseContextValueSeverity",
                        "valueCoding": {
                            "system": "https://fhir.bfarm.de/CodeSystem/HealthAppSeverity",
                            "code": "severity-2",
                            "display": "Punktbereich 2: Erhebliche Beeinträchtigungen der Selbständigkeit oder der Fähigkeiten."
                        }
                    }
                ],
                "coding":  [
                    {
                        "system": "https://fhir.bfarm.de/Identifier/HealthAppFocusId",
                        "code": "119",
                        "display": "Mobilität"
                    }
                ]
            }
        },
        {
            "code": {
                "system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
                "code": "gender",
                "display": "Geschlecht"
            },
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://hl7.org/fhir/administrative-gender",
                        "code": "female",
                        "display": "Weiblich"
                    }
                ]
            }
        },
        {
            "code": {
                "system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
                "code": "gender",
                "display": "Geschlecht"
            },
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://hl7.org/fhir/administrative-gender",
                        "code": "male",
                        "display": "Männlich"
                    }
                ]
            }
        },
        {
            "code": {
                "system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
                "code": "gender",
                "display": "Geschlecht"
            },
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://hl7.org/fhir/administrative-gender",
                        "code": "other",
                        "display": "Nichtbinäre Geschlechtsidentität"
                    }
                ]
            }
        }
    ],
    "effectivePeriod": {
        "start": "2022-12-05",
        "end": "2022-12-11"
    },
    "instance":  [
        {
            "extension":  [
                {
                    "url": "https://fhir.bfarm.de/StructureDefinition/HealthAppPrescriptionUnitHealthAppModuleLink",
                    "valueReference": {
                        "reference": "DeviceDefinition/3",
                        "display": "DiPA-Modul 1"
                    }
                }
            ]
        }
    ],
    "propertyGroup":  [
        {
            "priceComponent":  [
                {
                    "type": "informational",
                    "code": {
                        "coding":  [
                            {
                                "system": "https://fhir.bfarm.de/CodeSystem/HealthAppPriceCode",
                                "code": "compensation-amount",
                                "display": "Verhandelter Vergütungsbetrag"
                            }
                        ]
                    },
                    "amount": {
                        "value": 350,
                        "currency": "EUR"
                    }
                },
                {
                    "type": "informational",
                    "code": {
                        "coding":  [
                            {
                                "system": "https://fhir.bfarm.de/CodeSystem/HealthAppPriceCode",
                                "code": "additional-costs",
                                "display": "Mehrkosten (bei alleiniger Nutzung)"
                            }
                        ]
                    },
                    "amount": {
                        "value": 250,
                        "currency": "EUR"
                    }
                }
            ]
        }
    ]
}

XML

<ChargeItemDefinition xmlns="http://hl7.org/fhir">
    <id value="6" />
    <meta>
        <versionId value="2" />
        <lastUpdated value="2022-12-27T13:20:05.048+01:00" />
        <source value="#bfIUHiPaEqwTHITD" />
        <profile value="https://fhir.bfarm.de/StructureDefinition/HealthAppPrescriptionUnit" />
    </meta>
    <url value="https://dipa.bfarm.de/de/verzeichnis/01964" />
    <identifier>
        <system value="https://fhir.bfarm.de/Identifier/DipaAeId" />
        <value value="00000 001" />
    </identifier>
    <title value="Healthy DiPA 001" />
    <status value="unknown" />
    <useContext>
        <code>
            <system value="http://terminology.hl7.org/CodeSystem/usage-context-type" />
            <code value="age" />
            <display value="Altersgruppe" />
        </code>
        <valueCodeableConcept>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="41847000" />
                <display value="Erwachsene(r) (18-65 Jahre)" />
            </coding>
        </valueCodeableConcept>
    </useContext>
    <useContext>
        <code>
            <system value="http://terminology.hl7.org/CodeSystem/usage-context-type" />
            <code value="age" />
            <display value="Altersgruppe" />
        </code>
        <valueCodeableConcept>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="271872005" />
                <display value="Erwachsene (&#228;lter als 65 Jahre)" />
            </coding>
        </valueCodeableConcept>
    </useContext>
    <useContext>
        <code>
            <system value="http://terminology.hl7.org/CodeSystem/usage-context-type" />
            <code value="focus" />
            <display value="Beeintr&#228;chtigung" />
        </code>
        <valueCodeableConcept>
            <coding>
                <system value="https://fhir.bfarm.de/Identifier/HealthAppFocusId" />
                <code value="125" />
                <display value="Haushaltsf&#252;hrung" />
            </coding>
        </valueCodeableConcept>
    </useContext>
    <useContext>
        <code>
            <system value="http://terminology.hl7.org/CodeSystem/usage-context-type" />
            <code value="focus" />
            <display value="Beeintr&#228;chtigung" />
        </code>
        <valueCodeableConcept>
            <extension url="https://fhir.bfarm.de/StructureDefinition/HealthAppPrescriptionUnitUseContextValueSeverity">
                <valueCoding>
                    <system value="https://fhir.bfarm.de/CodeSystem/HealthAppSeverity" />
                    <code value="severity-1" />
                    <display value="Punktbereich 1: Geringe Beeintr&#228;chtigungen der Selbst&#228;ndigkeit oder der F&#228;higkeiten." />
                </valueCoding>
            </extension>
            <extension url="https://fhir.bfarm.de/StructureDefinition/HealthAppPrescriptionUnitUseContextValueSeverity">
                <valueCoding>
                    <system value="https://fhir.bfarm.de/CodeSystem/HealthAppSeverity" />
                    <code value="severity-2" />
                    <display value="Punktbereich 2: Erhebliche Beeintr&#228;chtigungen der Selbst&#228;ndigkeit oder der F&#228;higkeiten." />
                </valueCoding>
            </extension>
            <coding>
                <system value="https://fhir.bfarm.de/Identifier/HealthAppFocusId" />
                <code value="119" />
                <display value="Mobilit&#228;t" />
            </coding>
        </valueCodeableConcept>
    </useContext>
    <useContext>
        <code>
            <system value="http://terminology.hl7.org/CodeSystem/usage-context-type" />
            <code value="gender" />
            <display value="Geschlecht" />
        </code>
        <valueCodeableConcept>
            <coding>
                <system value="http://hl7.org/fhir/administrative-gender" />
                <code value="female" />
                <display value="Weiblich" />
            </coding>
        </valueCodeableConcept>
    </useContext>
    <useContext>
        <code>
            <system value="http://terminology.hl7.org/CodeSystem/usage-context-type" />
            <code value="gender" />
            <display value="Geschlecht" />
        </code>
        <valueCodeableConcept>
            <coding>
                <system value="http://hl7.org/fhir/administrative-gender" />
                <code value="male" />
                <display value="M&#228;nnlich" />
            </coding>
        </valueCodeableConcept>
    </useContext>
    <useContext>
        <code>
            <system value="http://terminology.hl7.org/CodeSystem/usage-context-type" />
            <code value="gender" />
            <display value="Geschlecht" />
        </code>
        <valueCodeableConcept>
            <coding>
                <system value="http://hl7.org/fhir/administrative-gender" />
                <code value="other" />
                <display value="Nichtbin&#228;re Geschlechtsidentit&#228;t" />
            </coding>
        </valueCodeableConcept>
    </useContext>
    <effectivePeriod>
        <start value="2022-12-05" />
        <end value="2022-12-11" />
    </effectivePeriod>
    <instance>
        <extension url="https://fhir.bfarm.de/StructureDefinition/HealthAppPrescriptionUnitHealthAppModuleLink">
            <valueReference>
                <reference value="DeviceDefinition/3" />
                <display value="DiPA-Modul 1" />
            </valueReference>
        </extension>
    </instance>
    <propertyGroup>
        <priceComponent>
            <type value="informational" />
            <code>
                <coding>
                    <system value="https://fhir.bfarm.de/CodeSystem/HealthAppPriceCode" />
                    <code value="compensation-amount" />
                    <display value="Verhandelter Verg&#252;tungsbetrag" />
                </coding>
            </code>
            <amount>
                <value value="350" />
                <currency value="EUR" />
            </amount>
        </priceComponent>
        <priceComponent>
            <type value="informational" />
            <code>
                <coding>
                    <system value="https://fhir.bfarm.de/CodeSystem/HealthAppPriceCode" />
                    <code value="additional-costs" />
                    <display value="Mehrkosten (bei alleiniger Nutzung)" />
                </coding>
            </code>
            <amount>
                <value value="250" />
                <currency value="EUR" />
            </amount>
        </priceComponent>
    </propertyGroup>
</ChargeItemDefinition>