FHIR IG analytics| Package | hl7.eu.fhir.gh |
| Resource Type | Provenance |
| Id | Provenance-signature.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Provenance signature
Profile: Provenance Profile
Provenance for Library/example/_history/1
Summary
| Occurrence | 2016-05-26 00:41:10-0400 |
| Recorded | 2016-05-26 00:41:10-0400 |
| Activity | authenticated |
Agents
| Role | who |
Organization/example/42 |
{
"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"
}
}
]
}