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

FHIR IG Statistics: StructureDefinition/NLLTreatmentDates.StructureDefinition

Packagepoc.bonsai.current
Resource TypeStructureDefinition
IdNLLTreatmentDates.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/StructureDefinition/NLLTreatmentDates
URLhttp://electronichealth.se/fhir/StructureDefinition/NLLTreatmentDates
Version1.0.0
Statusactive
Date2022-01-14
NameNLLTreatmentDates
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/NLLTreatmentDates",
  "version": "1.0.0",
  "name": "NLLTreatmentDates",
  "status": "active",
  "date": "2022-01-14",
  "publisher": "Swedish eHealth Agency",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "MedicationRequest"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Treatment dates",
        "definition": "Treatment dates as defined by the Swedish law \"Lag (2018:1212) om nationell läkemedelslista\", chapter 3, 8§, section 5. \r\nThe latest date when the medical treatment should be either reviewed or ended.\r\nThese dates are related to the medical treatment that is the origin for the prescription. They do not affect the validity of the prescription, but serve as an information, primarily for the patient."
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Extension.extension:treatmentReviewDate",
        "path": "Extension.extension",
        "sliceName": "treatmentReviewDate",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Extension.extension:treatmentReviewDate.url",
        "path": "Extension.extension.url",
        "fixedUri": "treatmentReviewDate"
      },
      {
        "id": "Extension.extension:treatmentReviewDate.value[x]",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "Extension.extension:treatmentEndDate",
        "path": "Extension.extension",
        "sliceName": "treatmentEndDate",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Extension.extension:treatmentEndDate.url",
        "path": "Extension.extension.url",
        "fixedUri": "treatmentEndDate"
      },
      {
        "id": "Extension.extension:treatmentEndDate.value[x]",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://electronichealth.se/fhir/StructureDefinition/NLLTreatmentDates"
      },
      {
        "id": "Extension.value[x]",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "Extension.value[x]",
        "max": "0"
      }
    ]
  }
}