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

FHIR IG analytics

Packagecom.sensotrend.fhir-ig-tests
Resource TypeProvenance
IdProvenance-acf8c98e-6bf1-451b-aa6c-bd47bc1a4da9.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

I used Microsoft Copilot to add LOINC codes to lab results, based on the Finnish domestic Kuntaliitto codes that were present in my records. I verified the accuracy of the added codes and fixed any errors I was able to spot.

Source1

{
  "resourceType": "Provenance",
  "id": "acf8c98e-6bf1-451b-aa6c-bd47bc1a4da9",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
        "code": "PATRPT",
        "display": "patient reported"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
        "code": "PATAST",
        "display": "patient asserted"
      }
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "target": [
    {
      "reference": "urn:uuid:019e97db-78d6-7201-b8ba-4564669ceec2",
      "display": "Observation U -Alb (albumiini) 2023-12-18T06:00:00+02:00"
    },
    {
      "reference": "urn:uuid:019e97db-78d6-71b7-a0ee-14ef301d3f6b",
      "display": "Observation U -Alb (albumiini) 2024-12-17T12:25:00+02:00"
    }
  ],
  "occurredDateTime": "2026-01-23T17:29:00+02:00",
  "recorded": "2026-02-13T18:41:00+02:00",
  "reason": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
          "code": "LABELING",
          "display": "labeling"
        }
      ],
      "text": "Add LOINC codes in addition to the local Kuntaliitto codes."
    }
  ],
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code": "author",
            "display": "Author"
          }
        ]
      },
      "role": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "AUT",
              "display": "author (originator)"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "CLASSIFIER",
              "display": "classifier"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type",
              "code": "humanuser",
              "display": "human user"
            }
          ]
        }
      ],
      "who": {
        "reference": "urn:uuid:b4ac89c5-6589-417f-beef-d3fb1ef9c70f",
        "display": "The patient"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code": "composer",
            "display": "Composer"
          }
        ]
      },
      "role": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type",
              "code": "dataprocessor",
              "display": "data processor"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
              "code": "AGNT",
              "display": "agent"
            }
          ]
        }
      ],
      "who": {
        "identifier": {
          "system": "urn:ietf:rfc:3986",
          "value": "https://copilot.microsoft.com/"
        },
        "display": "Copilot in Visual Studio Code"
      },
      "onBehalfOf": {
        "reference": "urn:uuid:b4ac89c5-6589-417f-beef-d3fb1ef9c70f",
        "display": "The patient"
      }
    }
  ]
}