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

FHIR IG Statistics: StructureDefinition/NLLProvenanceMedicationDispense.StructureDefinition

Packagepoc.bonsai.current
Resource TypeStructureDefinition
IdNLLProvenanceMedicationDispense.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/StructureDefinition/NLLProvenanceMedicationDispense
URLhttp://electronichealth.se/fhir/StructureDefinition/NLLProvenanceMedicationDispense
Version1.0.2
Statusactive
Date2025-02-10
NameNLLProvenanceMedicationDispense
DescriptionA derived profile of NLLProvenance. Can be used when creating a new Provenance in scenarios including Medication Dispense, both NLLMedicationDispense and NLLDispensePaperPrescription.
TypeProvenance
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
NLLDispensePaperPrescriptionNLLDispensePaperPrescription
NLLMedicationDispenseNLLMedicationDispense
NLLMedicationRequestNLLMedicationRequest
NLLPractitionerNLLPractitioner
NLLProvenanceNLLProvenance
ValueSet
medication-dispense-activity-typesHändelsetyper för uttag

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://electronichealth.se/fhir/StructureDefinition/NLLProvenanceMedicationDispense",
  "version": "1.0.2",
  "name": "NLLProvenanceMedicationDispense",
  "status": "active",
  "date": "2025-02-10",
  "publisher": "Swedish eHealth Agency",
  "description": "A derived profile of NLLProvenance. \r\nCan be used when creating a new Provenance in scenarios including Medication Dispense, both NLLMedicationDispense and NLLDispensePaperPrescription.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "EHM",
      "name": "E-hälsomyndigheten internal model"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Provenance",
  "baseDefinition": "http://electronichealth.se/fhir/StructureDefinition/NLLProvenance",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Provenance.target",
        "path": "Provenance.target",
        "short": "Target MedicationDispense",
        "definition": "The MedicationDispense that was generated or updated by the activity described in this Provenance. If the state of a MedicationRequest is affected by the activity, that MedicationRequest will also be referenced.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLMedicationDispense",
              "http://electronichealth.se/fhir/StructureDefinition/NLLDispensePaperPrescription",
              "http://electronichealth.se/fhir/StructureDefinition/NLLMedicationRequest"
            ]
          }
        ]
      },
      {
        "id": "Provenance.reason",
        "path": "Provenance.reason",
        "short": "Reason for the dispense activity",
        "definition": "The reason that the activity was taking place. \r\nFor all scenarios regarding MedicationDispense, only the text element is allowed.\r\nMust only be used when updating (Uppdatera, Backa, Kreditera) a MedicationDispense not when creating (Registrera , Efterregistrera)."
      },
      {
        "id": "Provenance.reason.coding",
        "path": "Provenance.reason.coding",
        "max": "0"
      },
      {
        "id": "Provenance.reason.text",
        "path": "Provenance.reason.text",
        "definition": "Plain text representation of the reason that the activity was taking place. \r\nMust only be used when updating (Uppdatera, Backa, Kreditera) a MedicationDispense not when creating (Registrera , Efterregistrera).",
        "comment": "Mandatory when crediting (sv kreditera) a dispense (both for ordinary dispenses using NLLMedicationDispense and dispenses for paper prescriptions using NLLDispensePaperPrescription). <br>\r\nOptional when cancelling (sv backa) or updating (sv uppdatera) a dispense. (Dispenses for paper prescriptions using NLLDispensePaperPrescriptioncannot be updated) <br>\r\nForbidden when registering (sv expediera) a MedicationDispense. <br>"
      },
      {
        "id": "Provenance.activity",
        "path": "Provenance.activity",
        "definition": "This type describes the activity that occurred on the Medication Dispense.\r\nFor dispense based on paper prescriptions the only valid activities are Expdiera, Kreditera and Backa uttag (valueset: medication-dispense-paper-prescription-activity-types)",
        "binding": {
          "strength": "required",
          "valueSet": "http://ehalsomyndigheten.se/fhir/ValueSet/medication-dispense-activity-types"
        }
      },
      {
        "id": "Provenance.agent",
        "path": "Provenance.agent",
        "short": "Practitioner involved for the MedicationDispense"
      },
      {
        "id": "Provenance.agent.who",
        "path": "Provenance.agent.who",
        "definition": "The practitioners that participated in the event as contained resources.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLPractitioner"
            ],
            "aggregation": [
              "contained"
            ]
          }
        ]
      }
    ]
  }
}