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

FHIR IG analytics

Packageca.on.ehr.r4
Resource TypeProvenance
IdCreateProvenance.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Provenance",
  "target": [
    {
      "reference": "Patient/patient123"
    }
  ],
  "recorded": "2025-05-27T10:00:00+00:00",
  "activity": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/provenance-activity-type",
        "code": "transmit",
        "display": "Transmit"
      }
    ],
    "text": "Data exchange across EMR, SoFA, and SMART App for patient information"
  },
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code": "composer",
            "display": "Composer"
          }
        ]
      },
      "role": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/provenance-agent-role",
              "code": "originator",
              "display": "Originator"
            }
          ]
        }
      ],
      "who": {
        "identifier": {
          "system": "http://ehealthontario.ca/fhir/NamingSystem/id-oneid-clientid",
          "value": "HALOMockEMR_OH_OH"
        },
        "display": "EMR Application"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code": "assembler",
            "display": "Assembler"
          }
        ]
      },
      "role": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/provenance-agent-role",
              "code": "processor",
              "display": "Processor"
            }
          ]
        }
      ],
      "who": {
        "identifier": {
          "system": "https://ontariohealth.ca/identifiers/device",
          "value": "7b983607-4854-4ce7-b137-7d01c366641d"
        },
        "display": "SMART on FHIR Application"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code": "assembler",
            "display": "Assembler"
          }
        ]
      },
      "role": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/provenance-agent-role",
              "code": "transmitter",
              "display": "Transmitter"
            }
          ]
        }
      ],
      "who": {
        "identifier": {
          "system": "https://ontariohealth.ca/identifiers/device",
          "value": "b983607-7854-4eab7-K137-89b34366641d"
        },
        "display": "SoFA (Service-Oriented FHIR Adapter)"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code": "author",
            "display": "Author"
          }
        ]
      },
      "role": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/provenance-agent-role",
              "code": "custodian",
              "display": "Custodian"
            }
          ]
        }
      ],
      "who": {
        "identifier": {
          "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-provider-upi",
          "value": "160085040055"
        },
        "display": "Ontario Health"
      }
    }
  ]
}