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

FHIR IG Statistics: StructureDefinition/NLLDetectedIssue.StructureDefinition

Packagepoc.bonsai.current
Resource TypeStructureDefinition
IdNLLDetectedIssue.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/StructureDefinition/NLLDetectedIssue
URLhttp://electronichealth.se/fhir/StructureDefinition/NLLDetectedIssue
Version1.0.0
Statusactive
Date2022-02-02
NameNLLDetectedIssue
TypeDetectedIssue
Kindresource

Resources that use this resource

StructureDefinition
NLLDispensePaperPrescriptionNLLDispensePaperPrescription
NLLMedicationDispenseNLLMedicationDispense
NLLMedicationRequestNLLMedicationRequest

Resources that this resource uses

StructureDefinition
NLLDispatchRowNoNLLDispatchRowNo
ValueSet
aff-codesAFF-felkod
detected-issue-severityAllvarlighetsgrad på DetectedIssue
detected-issue-statusStatus för DetectedIssue

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://electronichealth.se/fhir/StructureDefinition/NLLDetectedIssue",
  "version": "1.0.0",
  "name": "NLLDetectedIssue",
  "status": "active",
  "date": "2022-02-02",
  "publisher": "Swedish eHealth Agency",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "EHM",
      "name": "E-hälsomyndigheten concept"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "DetectedIssue",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DetectedIssue",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DetectedIssue",
        "path": "DetectedIssue",
        "short": "Issue according to Automatic Format and Constitution Control (AFF)",
        "definition": "Indicates a issue with a MedcationRequest or a MedicationDispense according to the Automatic Format and Constitution Control (AFF) ."
      },
      {
        "id": "DetectedIssue.extension",
        "path": "DetectedIssue.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "DetectedIssue.extension:nllDispatchRowNo",
        "path": "DetectedIssue.extension",
        "sliceName": "nllDispatchRowNo",
        "short": "Identifier for MedicationDispense within dispatch",
        "definition": "Used when communicationg an error or warning for a MedicationDispense within a dispatch. The DispatchRowNo (sv Aktörens expeditionsradnummer) uniquely identifies a MediationDispense within a dispatch.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLDispatchRowNo"
            ]
          }
        ],
        "mustSupport": true,
        "mapping": [
          {
            "identity": "EHM",
            "map": "Aktörens expeditionsradnummer"
          }
        ]
      },
      {
        "id": "DetectedIssue.status",
        "path": "DetectedIssue.status",
        "short": "preliminary",
        "definition": "Indicates the status of the detected issue.\r\nThe status \"preliminary\" is used for in the Swedish National Medication List as the detected issues always are generated from the current conditions.",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://electronichealth.se/fhir/ValueSet/detected-issue-status"
        },
        "mapping": [
          {
            "identity": "EHM",
            "map": "Status på avvikelse"
          }
        ]
      },
      {
        "id": "DetectedIssue.code",
        "path": "DetectedIssue.code",
        "short": "AFF error or warning",
        "definition": "Code identifying the Automatic Format and Constitution Control (AFF) error or warning.",
        "min": 1,
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "description": "Codes identifying the Automatic Format and Constitution Control (AFF) error or warning",
          "valueSet": "http://ehalsomyndigheten.se/fhir/ValueSet/aff-codes"
        },
        "mapping": [
          {
            "identity": "EHM",
            "map": "AFF-resultat"
          }
        ]
      },
      {
        "id": "DetectedIssue.code.coding",
        "path": "DetectedIssue.code.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "DetectedIssue.code.coding.system",
        "path": "DetectedIssue.code.coding.system",
        "mustSupport": true
      },
      {
        "id": "DetectedIssue.code.coding.version",
        "path": "DetectedIssue.code.coding.version",
        "mustSupport": true
      },
      {
        "id": "DetectedIssue.code.coding.code",
        "path": "DetectedIssue.code.coding.code",
        "short": "Issue code",
        "definition": "A code identifying the reason of the issue",
        "min": 1,
        "mustSupport": true,
        "mapping": [
          {
            "identity": "EHM",
            "map": "AFF-felkod"
          }
        ]
      },
      {
        "id": "DetectedIssue.code.coding.display",
        "path": "DetectedIssue.code.coding.display",
        "short": "Error description",
        "definition": "A short text describing the meaning of the error code",
        "mustSupport": true,
        "mapping": [
          {
            "identity": "EHM",
            "map": "AFF-felmeddelande"
          }
        ]
      },
      {
        "id": "DetectedIssue.severity",
        "path": "DetectedIssue.severity",
        "short": "moderate | low",
        "definition": "In the Swedish National Medication List there are two severety levels: \r\n\"Low\" which corresponds to \"Accepted with a warning\" (Accepterad med varning)\r\nor\r\n\"Moderate\" which corresponds to \"Rejected\" (Avvisad)",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://electronichealth.se/fhir/ValueSet/detected-issue-severity"
        },
        "mapping": [
          {
            "identity": "EHM",
            "map": "Allvarlighetsgrad"
          }
        ]
      },
      {
        "id": "DetectedIssue.identified[x]",
        "path": "DetectedIssue.identified[x]",
        "short": "Date and time when identified",
        "definition": "The date and time when the Automatic Format and Constitution Control (Automatisk format- och författningskontroll, AFF) was made.",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "mustSupport": true,
        "mapping": [
          {
            "identity": "EHM",
            "map": "Kontrolltidpunkt"
          }
        ]
      }
    ]
  }
}