CapabilityStatement
Um eine dezentrale Datenauswertung mittels des Deutsche Forschungsdatenportal für Gesundheit der Medizininformatik-Intiative zu ermöglichen MUSS die capabilities-Interaktion unterstützt werden, sodass durch den FHIR-Server unter [BASE-URL]/metadata
ein CapabilityStatement exponiert wird. Innerhalb dieses CapabilityStatement MUSS angegeben werden, welche Profile inkl. Version, sowie welche Suchparameter unterstützt werden.
Nachfolgend wird aufgelistet, welche Inhalte verpflichtend im CapabilityStatement angegeben werden MÜSSEN. Darüber hinaus MUSS eine Konformität zu dem nachfolgenden CapabilityStatement in der jeweiligen CapabilityStatement Instanz unter CapabilityStatement.instantiates
angegeben werden.
Canonical: https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/CapabilityStatement/metadata
Link Simplifier Profil Übersicht
REST Capabilities Server
Mode | Server |
Resource Interactions
Resource Type | Profile | Supported Profiles | Read | SearchType |
---|---|---|---|---|
Medication | Medication | SHALL | SHALL | |
MedicationAdministration | MedicationAdministration | SHALL | SHALL | |
MedicationStatement | MedicationStatement | SHALL | SHALL |
Search Parameters per resource type
Medication
Name | Type | Documentation | Level |
---|---|---|---|
_count | number | The number of resources returned per page | SHALL |
_format | string | Specify the returned format of the payload response | SHALL |
_id | token | Logical id of this artifact | SHALL |
_lastUpdated | date | When the resource version last changed | SHALL |
_profile | uri | Profiles this resource claims to conform to | SHALL |
code | token | Multiple Resources: * [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance * [Condition](condition.html): Code for the condition * [DeviceRequest](devic... | SHALL |
expiration-date | date | Returns medications in a batch with this expiration date | SHALL |
form | token | Returns medications for a specific dose form | SHALL |
identifier | token | Returns medications with this external identifier | SHALL |
ingredient | reference | Returns medications for this ingredient reference | SHALL |
ingredient-code | token | Returns medications for this ingredient code | SHALL |
lot-number | token | Returns medications in a batch with this lot number | SHALL |
manufacturer | reference | Returns medications made or sold for this manufacturer | SHALL |
status | token | Returns medications for this status | SHALL |
MedicationAdministration
Name | Type | Documentation | Level |
---|---|---|---|
_count | number | The number of resources returned per page | SHALL |
_format | string | Specify the returned format of the payload response | SHALL |
_id | token | Logical id of this artifact | SHALL |
_lastUpdated | date | When the resource version last changed | SHALL |
_profile | uri | Profiles this resource claims to conform to | SHALL |
code | token | Multiple Resources: * [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance * [Condition](condition.html): Code for the condition * [DeviceRequest](devic... | SHALL |
context | reference | Return administrations that share this encounter or episode of care | SHALL |
device | reference | Return administrations with this administration device identity | SHALL |
effective-time | date | Date administration happened (or did not happen) | SHALL |
identifier | token | Multiple Resources: * [AllergyIntolerance](allergyintolerance.html): External ids for this item * [CarePlan](careplan.html): External Ids for this plan * [CareTeam](careteam.html): External Ids ... | SHALL |
medication | reference | Multiple Resources: * [MedicationAdministration](medicationadministration.html): Return administrations of this medication resource * [MedicationDispense](medicationdispense.html): Returns dispen... | SHALL |
patient | reference | Multiple Resources: * [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for * [CarePlan](careplan.html): Who the care plan is for * [CareTeam](careteam.html): Who care team i... | SHALL |
performer | reference | The identity of the individual who administered the medication | SHALL |
reason-given | token | Reasons for administering the medication | SHALL |
reason-not-given | token | Reasons for not administering the medication | SHALL |
request | reference | The identity of a request to list administrations from | SHALL |
status | token | Multiple Resources: * [MedicationAdministration](medicationadministration.html): MedicationAdministration event status (for example one of active/paused/completed/nullified) * [MedicationDispense... | SHALL |
subject | reference | The identity of the individual or group to list administrations for | SHALL |
MedicationStatement
Name | Type | Documentation | Level |
---|---|---|---|
_count | number | The number of resources returned per page | SHALL |
_format | string | Specify the returned format of the payload response | SHALL |
_id | token | Logical id of this artifact | SHALL |
_lastUpdated | date | When the resource version last changed | SHALL |
_profile | uri | Profiles this resource claims to conform to | SHALL |
category | token | Returns statements of this category of medicationstatement | SHALL |
code | token | Multiple Resources: * [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance * [Condition](condition.html): Code for the condition * [DeviceRequest](devic... | SHALL |
context | reference | Returns statements for a specific context (episode or episode of Care). | SHALL |
effective | date | Date when patient was taking (or not taking) the medication | SHALL |
identifier | token | Multiple Resources: * [AllergyIntolerance](allergyintolerance.html): External ids for this item * [CarePlan](careplan.html): External Ids for this plan * [CareTeam](careteam.html): External Ids ... | SHALL |
medication | reference | Multiple Resources: * [MedicationAdministration](medicationadministration.html): Return administrations of this medication resource * [MedicationDispense](medicationdispense.html): Returns dispen... | SHALL |
part-of | reference | Returns statements that are part of another event. | SHALL |
patient | reference | Multiple Resources: * [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for * [CarePlan](careplan.html): Who the care plan is for * [CareTeam](careteam.html): Who care team i... | SHALL |
source | reference | Who or where the information in the statement came from | SHALL |
status | token | Multiple Resources: * [MedicationAdministration](medicationadministration.html): MedicationAdministration event status (for example one of active/paused/completed/nullified) * [MedicationDispense... | SHALL |
subject | reference | The identity of a patient, animal or group to list statements for | SHALL |