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

FHIR IG analytics

Packagehl7.eu.fhir.gh
Resource TypeProvenance
IdProvenance-signature.json
FHIR VersionR5

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 signature

Provenance for Library/example/_history/1

Summary

Occurrence2016-05-26 00:41:10-0400
Recorded2016-05-26 00:41:10-0400
Activityauthenticated

Agents

Rolewho
Organization/example/42

Source1

{
  "resourceType": "Provenance",
  "id": "signature",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/ProvenanceGH"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/blockchain-transaction-id",
      "valueString": "xxxxxx"
    }
  ],
  "target": [
    {
      "reference": "Library/example/_history/1"
    }
  ],
  "occurredDateTime": "2016-05-26T00:41:10-04:00",
  "recorded": "2016-05-26T00:41:10-04:00",
  "activity": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion",
        "code": "AU",
        "display": "authenticated"
      }
    ]
  },
  "agent": [
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "AUT"
            }
          ]
        }
      ],
      "who": {
        "reference": "Organization/example/42"
      }
    }
  ]
}