FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagese.electronichealth.fhir.nll.r4
Resource TypeStructureDefinition
IdNLLNextDateDispenseInterval.StructureDefinition.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.nll.r4@1.0.3&canonical=http://electronichealth.se/fhir/StructureDefinition/NLLNextDateDispenseInterval
URLhttp://electronichealth.se/fhir/StructureDefinition/NLLNextDateDispenseInterval
Version1.0.0
Statusactive
Date2023-11-23
NameNLLNextDateDispenseInterval
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
NLLMedicationRequestNLLMedicationRequest

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "http://electronichealth.se/fhir/StructureDefinition/NLLNextDateDispenseInterval",
  "version": "1.0.0",
  "name": "NLLNextDateDispenseInterval",
  "status": "active",
  "date": "2023-11-23",
  "publisher": "Swedish eHealth Agency",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "MedicationRequest.dispenseRequest"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Next date despense interval",
        "definition": "Calculated by the Swedish e-health Agency. Not used for dose dispensed prescriptions. The earliest date for the next dispense for prescriptions with dispense interval. \r\nWhen the date cannot be calculated, the dispense interval is checked by the pharmacist.",
        "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Datum för nästa uttag om expedieringsintervall"
          }
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://electronichealth.se/fhir/StructureDefinition/NLLNextDateDispenseInterval"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Next date despense interval",
        "definition": "Calculated by the Swedish e-health Agency. Not used for dose dispensed prescriptions.",
        "type": [
          {
            "code": "date"
          }
        ]
      }
    ]
  }
}