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

FHIR IG Statistics: StructureDefinition/sfm-DetectedIssue

Packagesfm.130323
Resource TypeStructureDefinition
Idsfm-DetectedIssue
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=sfm.130323@3.0.1&canonical=http://ehelse.no/fhir/StructureDefinition/sfm-DetectedIssue
URLhttp://ehelse.no/fhir/StructureDefinition/sfm-DetectedIssue
Version1.1
Statusactive
Date2022-09-05
NameSfmDetectedIssue
Titlesfm-DetectedIssue
DescriptionResource to communicate warnings and other issues that has been handeled and communicated within PLL.
TypeDetectedIssue
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
sfm-type-of-warning-codesfm-type-of-warning.codesystem
StructureDefinition
sfm-MedicationStatementsfm-MedicationStatement
sfm-PractitionerRolesfm-PractitionerRole

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "sfm-DetectedIssue",
  "url": "http://ehelse.no/fhir/StructureDefinition/sfm-DetectedIssue",
  "version": "1.1",
  "name": "SfmDetectedIssue",
  "title": "sfm-DetectedIssue",
  "status": "active",
  "date": "2022-09-05",
  "description": "Resource to communicate warnings and other issues that has been handeled and communicated within PLL.",
  "fhirVersion": "4.0.0",
  "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"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "DetectedIssue",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DetectedIssue",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DetectedIssue.status",
        "path": "DetectedIssue.status",
        "mustSupport": true
      },
      {
        "id": "DetectedIssue.identified[x]",
        "path": "DetectedIssue.identified[x]",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DetectedIssue.author",
        "path": "DetectedIssue.author",
        "mustSupport": true
      },
      {
        "id": "DetectedIssue.implicated",
        "path": "DetectedIssue.implicated",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ehelse.no/fhir/StructureDefinition/sfm-MedicationStatement"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DetectedIssue.evidence",
        "path": "DetectedIssue.evidence",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "DetectedIssue.evidence.code",
        "path": "DetectedIssue.evidence.code",
        "binding": {
          "strength": "extensible",
          "valueSet": "http://ehelse.no/fhir/CodeSystem/sfm-type-of-warning-code"
        }
      },
      {
        "id": "DetectedIssue.evidence.code.coding.system",
        "path": "DetectedIssue.evidence.code.coding.system",
        "fixedUri": "http://ehelse.no/fhir/CodeSystem/sfm-type-of-warning-code"
      },
      {
        "id": "DetectedIssue.evidence.detail.reference",
        "path": "DetectedIssue.evidence.detail.reference",
        "short": "Referance to registered drug reaction",
        "definition": "Used when drug reaction is the source of evidence."
      },
      {
        "id": "DetectedIssue.evidence.detail.identifier",
        "path": "DetectedIssue.evidence.detail.identifier",
        "short": "Identifies interaction that is evidence",
        "definition": "Used for interactions and identies the FEST id of the interaction."
      },
      {
        "id": "DetectedIssue.mitigation",
        "path": "DetectedIssue.mitigation",
        "mustSupport": true
      },
      {
        "id": "DetectedIssue.mitigation.action",
        "path": "DetectedIssue.mitigation.action",
        "mustSupport": true
      },
      {
        "id": "DetectedIssue.mitigation.action.coding",
        "path": "DetectedIssue.mitigation.action.coding",
        "max": "1"
      },
      {
        "id": "DetectedIssue.mitigation.action.coding.system",
        "path": "DetectedIssue.mitigation.action.coding.system",
        "fixedUri": "urn:oid:2.16.578.1.12.4.1.1.7535"
      },
      {
        "id": "DetectedIssue.mitigation.date",
        "path": "DetectedIssue.mitigation.date",
        "mustSupport": true
      },
      {
        "id": "DetectedIssue.mitigation.author",
        "path": "DetectedIssue.mitigation.author",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ehelse.no/fhir/StructureDefinition/sfm-PractitionerRole"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}