General
Provenance
Example
-
data
extracted
from
CDA
document
from
XDS
{
"resourceType": "Provenance",
"id": "example",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">procedure record authored on 27-June 2015 by Harold Hippocrates, MD Content extracted from XDS managed CDA Referral received 26-June as authorized by a referenced Consent.</div>"
"resourceType" : "Provenance",
"id" : "example",
"target" : [{
"reference" : "Procedure/example/_history/1"
}],
"occurredPeriod" : {
"start" : "2015-06-27",
"end" : "2015-06-28"
},
"target": [
{
"reference": "Procedure/example/_history/1"
}
],
"occurredPeriod": {
"start": "2015-06-27",
"end": "2015-06-28"
"recorded" : "2015-06-27T08:39:24+10:00",
"policy" : ["http://acme.com/fhir/Consent/25"],
"location" : {
"reference" : "Location/1"
},
"recorded": "2015-06-27T08:39:24+10:00",
"policy": [
"http://acme.com/fhir/Consent/25"
],
"location": {
"reference": "Location/1"
"activity" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "3457005",
"display" : "Referral"
}]
},
"reason": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "3457005",
"display": "Referral"
}
]
"agent" : [{
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "AUT"
}]
},
"who" : {
"reference" : "Practitioner/xcda-author"
}
],
"agent": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "AUT"
}
]
},
"who": {
"reference": "Practitioner/xcda-author"
}
},
{
"id" : "a1",
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "DEV"
}]
},
{
"id": "a1",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "DEV"
}
]
},
"who": {
"reference": "Device/software"
}
"who" : {
"display" : "Device/software"
}
],
"entity": [
{
"role": "source",
"what": {
"reference": "DocumentReference/example",
"display": "CDA Document in XDS repository"
}
}],
"entity" : [{
"role" : "source",
"what" : {
"reference" : "DocumentReference/example",
"display" : "CDA Document in XDS repository"
}
]
}]
}
Usage
note:
every
effort
has
been
made
to
ensure
that
the
examples
are
correct
and
useful,
but
they
are
not
a
normative
part
of
the
specification.