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

FHIR IG Statistics: StructureDefinition/NLLProvenanceMedicationRequestOther.StructureDefinition

Packagepoc.bonsai.current
Resource TypeStructureDefinition
IdNLLProvenanceMedicationRequestOther.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/StructureDefinition/NLLProvenanceMedicationRequestOther
URLhttp://electronichealth.se/fhir/StructureDefinition/NLLProvenanceMedicationRequestOther
Version1.1.0
Statusactive
Date2025-04-24
NameNLLProvenanceMedicationRequestOther
DescriptionA derived profile of NLLProvenance. Used when creating a new Provenance when a prescription is renewed (sv förnya), replaced (sv ersätta) or updated in some other manner except cancelling (sv makulera) or stopping (sv avsluta) which are described in their own separate profiles.
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

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://electronichealth.se/fhir/StructureDefinition/NLLProvenanceMedicationRequestOther",
  "version": "1.1.0",
  "name": "NLLProvenanceMedicationRequestOther",
  "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 renewed (sv förnya), replaced (sv ersätta) or updated in some other manner except cancelling (sv makulera) or stopping (sv avsluta) which are described in their own separate profiles.",
  "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": "Reason the MedicationRequest is changed",
        "definition": "The reason is mandatory when the prescription is updated or replaced (sv uppdatera eller ersätta).\r\nFor other activities (sv händelsetyper) the reason is optional and the only code allowed is OTH.\r\nOnly codes from the value set nll-snomed-reason-for-change are allowed.",
        "binding": {
          "strength": "required",
          "valueSet": "http://electronichealth.se/fhir/ValueSet/nll-snomed-reason-for-change"
        }
      },
      {
        "id": "Provenance.reason.coding",
        "path": "Provenance.reason.coding",
        "min": 1
      },
      {
        "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 all scenarios for changing a prescription except stopping (sv Avsluta) or cancelling (sv Makulera).",
        "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"
            ]
          }
        ]
      }
    ]
  }
}