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

FHIR IG analytics

Packagejohnmoehrke.correction.example
Resource TypeProvenance
IdProvenance-ex-correction-replacement.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-correction-replacement

Profile: Provenance Profile for Corrections

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

Provenance for Immunization: identifier = http://example.org/immunization-identifiers#immu-covid19-001-corrected; status = completed; vaccineCode = SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose; occurrence[x] = 2023-03-01 09:00:00+0000; lotNumber = 67890; site = right arm; route = Injection, intramuscular; note = Corrected immunization record to reflect the accurate vaccine dose and administration site.,Original record indicated 100 mcg dose in left arm; corrected to 50 mcg dose in right arm.

Summary

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

Agents

Typewho
Authorhttp:///example.org/Practitioner/ex-practitioner

Source1

{
  "resourceType": "Provenance",
  "id": "ex-correction-replacement",
  "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": "Immunization/ex-immunization-correction"
    }
  ],
  "recorded": "2024-06-01T13:00:00Z",
  "reason": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
          "code": "PATSFTY"
        }
      ]
    }
  ],
  "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": "author"
          }
        ]
      },
      "who": {
        "reference": "http:///example.org/Practitioner/ex-practitioner"
      }
    }
  ],
  "entity": [
    {
      "role": "removal",
      "what": {
        "reference": "Immunization/ex-immunization-wrong",
        "identifier": {
          "system": "http://example.org/immunization-identifiers",
          "value": "immu-covid19-001"
        },
        "display": "Original Immunization Record with Errors"
      }
    },
    {
      "role": "derivation",
      "what": {
        "reference": "DocumentReference/ex-documentation-immunization-correction",
        "display": "Documentation of Immunization Correction"
      }
    }
  ]
}