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

FHIR IG Statistics: StructureDefinition/NLLNumberOfDispensesAllowed.StructureDefinition

Packagepoc.bonsai.current
Resource TypeStructureDefinition
IdNLLNumberOfDispensesAllowed.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/StructureDefinition/NLLNumberOfDispensesAllowed
URLhttp://electronichealth.se/fhir/StructureDefinition/NLLNumberOfDispensesAllowed
Version1.0.0
Statusactive
Date2022-01-14
NameNLLNumberOfDispensesAllowed
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


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://electronichealth.se/fhir/StructureDefinition/NLLNumberOfDispensesAllowed",
  "version": "1.0.0",
  "name": "NLLNumberOfDispensesAllowed",
  "status": "active",
  "date": "2022-01-14",
  "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.url",
        "path": "Extension.url",
        "fixedUri": "http://electronichealth.se/fhir/StructureDefinition/NLLNumberOfDispensesAllowed"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Total number of dispenses allowed",
        "definition": "Number of dispenses allowed (sv. förskrivet antal uttag) is the common way in Sweden of communicating the total number of dispenses that can be performed. The standard field number of repeats allowed is similar but does not include the first dispense. The two terms are related by the formula numberOfRepeatsAllowed +1 = numberOfDispensesAllowed.",
        "type": [
          {
            "code": "unsignedInt"
          }
        ]
      }
    ]
  }
}