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

FHIR IG analytics

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

Profile: Provenance Profile for Corrections

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

Provenance for John Schmidt Other, DoB: 1923-07-25 ( http://example.org/mrn#123456)

Summary

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

Agents

Typewho
Data SubjectJohn Schmidt Other, DoB: 1923-07-25 ( http://example.org/mrn#123456)

Source1

{
  "resourceType": "Provenance",
  "id": "ex-patient-requested-correction",
  "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": "Patient/ex-patient"
    }
  ],
  "recorded": "2024-06-01T17:00:00Z",
  "reason": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
          "code": "PATRQT"
        }
      ]
    }
  ],
  "activity": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "FIXDATA"
      }
    ]
  },
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type",
            "code": "datasubject"
          }
        ]
      },
      "who": {
        "reference": "Patient/ex-patient"
      }
    }
  ],
  "entity": [
    {
      "role": "revision",
      "what": {
        "reference": "Patient/ex-patient",
        "identifier": {
          "system": "http://example.org/mrn",
          "value": "123456"
        },
        "display": "Patient Resource with Corrected Birth Date"
      }
    },
    {
      "role": "derivation",
      "what": {
        "reference": "https://example.org/Communication/ex-communication-birthdate-correction"
      }
    }
  ]
}