FHIR IG Statistics: StructureDefinition/medication-request-linked-statement-extension
Package | de.gematik.dev.epa.medication |
Resource Type | StructureDefinition |
Id | medication-request-linked-statement-extension |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=de.gematik.dev.epa.medication@1.1.0-alpha.6&canonical=https://gematik.de/fhir/epa-medication/StructureDefinition/medication-request-linked-statement-extension |
URL | https://gematik.de/fhir/epa-medication/StructureDefinition/medication-request-linked-statement-extension |
Version | 1.1.0 |
Status | active |
Date | 2024-08-14 |
Name | MedicationRequestLinkedStatementExtension |
Title | MedicationRequest Linked Statement |
Description | This FHIR extension is designed for use within the MedicationRequest resource to establish a direct linkage to one or more MedicationStatement resources. It enables the association of medication requests with specific medication statements, facilitating a clear understanding of the relationship between prescribed medications and the patient's medication history. This extension is crucial for ensuring comprehensive medication management and tracking within patient care workflows. |
Type | Extension |
Kind | complex-type |
Resources that use this resource
Resources that this resource uses
Examples of Use for Extension
No extension usage examples found
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "medication-request-linked-statement-extension",
"url": "https://gematik.de/fhir/epa-medication/StructureDefinition/medication-request-linked-statement-extension",
"version": "1.1.0",
"name": "MedicationRequestLinkedStatementExtension",
"title": "MedicationRequest Linked Statement",
"status": "active",
"experimental": false,
"date": "2024-08-14",
"publisher": "gematik GmbH",
"description": "This FHIR extension is designed for use within the MedicationRequest resource to establish a direct linkage to one or more MedicationStatement resources. It enables the association of medication requests with specific medication statements, facilitating a clear understanding of the relationship between prescribed medications and the patient's medication history. This extension is crucial for ensuring comprehensive medication management and tracking within patient care workflows.",
"fhirVersion": "4.0.1",
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "Element"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension",
"path": "Extension",
"short": "MedicationRequest Linked Statement",
"definition": "This FHIR extension is designed for use within the MedicationRequest resource to establish a direct linkage to one or more MedicationStatement resources. It enables the association of medication requests with specific medication statements, facilitating a clear understanding of the relationship between prescribed medications and the patient's medication history. This extension is crucial for ensuring comprehensive medication management and tracking within patient care workflows."
},
{
"id": "Extension.extension",
"path": "Extension.extension",
"max": "0"
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "https://gematik.de/fhir/epa-medication/StructureDefinition/medication-request-linked-statement-extension"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-statement"
]
}
]
}
]
}
}