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

FHIR IG Statistics: StructureDefinition/NLLProvenanceMedicationRequestCancelled.StructureDefinition

Packagepoc.bonsai.current
Resource TypeStructureDefinition
IdNLLProvenanceMedicationRequestCancelled.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/StructureDefinition/NLLProvenanceMedicationRequestCancelled
URLhttp://electronichealth.se/fhir/StructureDefinition/NLLProvenanceMedicationRequestCancelled
Version1.1.0
Statusactive
Date2025-04-24
NameNLLProvenanceMedicationRequestCancelled
DescriptionA derived profile of NLLProvenance. Used when creating a new Provenance when a prescription is cancelled (sv makulera).
TypeProvenance
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
NLLMedicationRequestNLLMedicationRequest
NLLPractitionerNLLPractitioner
NLLProvenanceNLLProvenance
ValueSet
medication-request-activity-typesHändelsetyper för förskrivningar
nll-reason-for-cancellationFelregistreringsorsak

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://electronichealth.se/fhir/StructureDefinition/NLLProvenanceMedicationRequestCancelled",
  "version": "1.1.0",
  "name": "NLLProvenanceMedicationRequestCancelled",
  "status": "active",
  "date": "2025-04-24",
  "publisher": "Swedish eHealth Agency",
  "description": "A derived profile of NLLProvenance. \r\nUsed when creating a new Provenance when a prescription is cancelled (sv makulera).",
  "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 MedicationRequest",
        "definition": "The MedicationRequest that was generated or updated by the activity described in this Provenance.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLMedicationRequest"
            ]
          }
        ]
      },
      {
        "id": "Provenance.reason",
        "path": "Provenance.reason",
        "short": "The reason why the prescription was cancelled",
        "definition": "The reason why the prescription was cancelled (sv Makulera). Only codes from the value set nll-reason-for-cancellation are allowed.",
        "min": 1,
        "binding": {
          "strength": "required",
          "valueSet": "http://electronichealth.se/fhir/ValueSet/nll-reason-for-cancellation"
        }
      },
      {
        "id": "Provenance.reason.coding",
        "path": "Provenance.reason.coding",
        "min": 1
      },
      {
        "id": "Provenance.reason.text",
        "path": "Provenance.reason.text",
        "definition": "Plain text representation of the reason that the activity was taking place. \r\nMandatory when the code \"OTH\" (other) is used.\r\nCan be used for adding optional information about the reason."
      },
      {
        "id": "Provenance.activity",
        "path": "Provenance.activity",
        "short": "Activity that occurred on the MedicationRequest",
        "definition": "Describes the activity that occurred on a MedicationRequest. This profile supports the scenario for cancelleing (sv makulera) a prescription, MAKULERA_FORSKRIVNING",
        "binding": {
          "strength": "required",
          "valueSet": "http://ehalsomyndigheten.se/fhir/ValueSet/medication-request-activity-types"
        }
      },
      {
        "id": "Provenance.agent",
        "path": "Provenance.agent",
        "short": "Practitioner involved for the MedicationRequest"
      },
      {
        "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"
            ]
          }
        ]
      }
    ]
  }
}