FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/rx-prescription-process-identifier

Packagede.gematik.dev.epa.medication
Resource TypeStructureDefinition
Idrx-prescription-process-identifier
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.dev.epa.medication@1.1.0-alpha.6&canonical=https://gematik.de/fhir/epa-medication/StructureDefinition/rx-prescription-process-identifier
URLhttps://gematik.de/fhir/epa-medication/StructureDefinition/rx-prescription-process-identifier
Version1.1.0
Statusactive
Date2024-08-14
NameRxPrescriptionProcessIdentifier
DescriptionThis transaction identifier is used to track medication prescription transactions between the E-Rezept-Fachdienst and the ePA. It is generated by the ePA Medication Service, ensuring a consistent and unique identification of each transaction. The identifier is composed of the PrescriptionId and the authoredOn-date of the operations parameters request, providing a robust mechanism for referencing and managing medication-related resources across systems.
TypeIdentifier
Kindcomplex-type

Resources that use this resource

StructureDefinition
epa-medication-prescription-link-taskEPA MedicationPrescription Link Task
epa-medication-requestEPA MedicationRequest
rx-prescription-process-identifier-extensionRxPrescriptionProcessIdentifierExtension

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "rx-prescription-process-identifier",
  "url": "https://gematik.de/fhir/epa-medication/StructureDefinition/rx-prescription-process-identifier",
  "version": "1.1.0",
  "name": "RxPrescriptionProcessIdentifier",
  "status": "active",
  "experimental": false,
  "date": "2024-08-14",
  "publisher": "gematik GmbH",
  "description": "This transaction identifier is used to track medication prescription transactions between the E-Rezept-Fachdienst and the ePA. It is generated by the ePA Medication Service, ensuring a consistent and unique identification of each transaction. The identifier is composed of the PrescriptionId and the authoredOn-date of the operations parameters request, providing a robust mechanism for referencing and managing medication-related resources across systems.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Identifier",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Identifier",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Identifier.system",
        "path": "Identifier.system",
        "min": 1,
        "patternUri": "https://gematik.de/fhir/epa-medication/sid/rx-prescription-process-identifier",
        "mustSupport": true
      },
      {
        "id": "Identifier.value",
        "path": "Identifier.value",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}