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

FHIR IG analytics

Packagejohnmoehrke.correction.example
Resource TypeProvenance
IdProvenance-ex-ai-duplicate-detection.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Provenance ex-ai-duplicate-detection

Profile: Provenance Profile for Corrections

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

Provenance for AllergyIntolerance Food intolerance

Summary

Recorded2024-06-01 15:00:00+0000
Activityerror correction

Agents

Typewho
Verifierhttp:///example.org/Device/ex-ai-system

Source1

{
  "resourceType": "Provenance",
  "id": "ex-ai-duplicate-detection",
  "meta": {
    "profile": [
      "http://johnmoehrke.github.io/correction/StructureDefinition/CorrectionProvenanceProfile"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "target": [
    {
      "reference": "AllergyIntolerance/ex-allergy-corrected"
    }
  ],
  "recorded": "2024-06-01T15:00:00Z",
  "reason": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
          "code": "HQUALIMP"
        }
      ]
    }
  ],
  "activity": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "FIXDATA"
      }
    ]
  },
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code": "verifier"
          }
        ]
      },
      "who": {
        "reference": "http:///example.org/Device/ex-ai-system"
      }
    }
  ],
  "entity": [
    {
      "role": "removal",
      "what": {
        "reference": "Observation/ex-observation-food",
        "identifier": {
          "system": "http://example.org/observation-identifiers",
          "value": "obs-food-allergy-001"
        },
        "display": "Duplicate Food Allergy Observation"
      }
    },
    {
      "role": "revision",
      "what": {
        "reference": "AllergyIntolerance/ex-allergy-corrected",
        "identifier": {
          "system": "http://example.org/allergyintolerance-identifiers",
          "value": "allergy-peanut-001"
        },
        "display": "Revised AllergyIntolerance after Duplicate Detection"
      }
    }
  ]
}