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

FHIR IG analytics

Packagehl7.fhir.be.core
Resource TypeProvenance
IdProvenance-provenance1.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 provenance1

version: 1; Last updated: 2019-06-27 08:39:24+0200

Profile: BeProvenance

Provenance for Practitioner Katherine Pulaski (official)

Summary

Recorded2019-06-27 08:39:24+0200
Activitycreate

Agents

Typewho
AuthorEnterprise Hospital Ziekenhuis

Source1

{
  "resourceType": "Provenance",
  "id": "provenance1",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-06-27T08:39:24+02:00",
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-provenance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "target": [
    {
      "reference": "Practitioner/practitioner1"
    }
  ],
  "recorded": "2019-06-27T08:39:24+02:00",
  "reason": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
          "code": "HOPERAT",
          "display": "Healthcare Operations"
        }
      ]
    }
  ],
  "activity": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
        "code": "CREATE"
      }
    ]
  },
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code": "author"
          }
        ]
      },
      "who": {
        "reference": "Organization/organization1",
        "display": "Enterprise Hospital Ziekenhuis"
      }
    }
  ]
}