This page is part of the Mobile Cross-Enterprise Document Data Element Extraction (mXDE) (v1.3.0: Publication) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Provenance of extracted resources - JSON Representation
Raw json | Download
{
"resourceType" : "Provenance",
"id" : "ex-provenance",
"meta" : {
"profile" : [
"https://profiles.ihe.net/ITI/mXDE/StructureDefinition/IHE.ITI.mXDE.Provenance"
],
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "HTEST"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Provenance</b><a name=\"ex-provenance\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Provenance "ex-provenance" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-IHE.ITI.mXDE.Provenance.html\">mXDE Provenance</a></p><p style=\"margin-bottom: 0px\">Security Labels: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActReason http://terminology.hl7.org/CodeSystem/v3-ActReason}\">http://terminology.hl7.org/CodeSystem/v3-ActReason</span></p></div><p><b>target</b>: </p><ul><li><a href=\"Observation-ex-IHE-bloodPressure-0.html\">Observation/ex-IHE-bloodPressure-0</a></li><li><a href=\"Encounter-ex-encounter.html\">Encounter/ex-encounter</a></li><li><a href=\"Observation-ex-weight.html\">Observation/ex-weight</a></li><li><a href=\"Observation-ex-weight-stone.html\">Observation/ex-weight-stone</a></li></ul><p><b>recorded</b>: Jan 25, 2023, 3:49:00 AM</p><p><b>policy</b>: <code>urn:ihe:iti:mxde:2023:document-provenance-policy</code></p><p><b>activity</b>: wasDerivedFrom <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-w3c-provenance-activity-type.html\">W3cProvenanceActivityType</a>#Derivation)</span></p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Who</b></td></tr><tr><td style=\"display: none\">*</td><td>Assembler <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-provenance-participant-type.html\">Provenance participant type</a>#assembler)</span></td><td><a href=\"Device-ex-device.html\">Device/ex-device</a></td></tr></table><h3>Entities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td><td><b>What</b></td></tr><tr><td style=\"display: none\">*</td><td>source</td><td><a href=\"DocumentReference-ex-documentreference.html\">DocumentReference/ex-documentreference</a></td></tr></table></div>"
},
"target" : [
{
"reference" : "Observation/ex-IHE-bloodPressure-0"
},
{
"reference" : "Encounter/ex-encounter"
},
{
"reference" : "Observation/ex-weight"
},
{
"reference" : "Observation/ex-weight-stone"
}
],
"recorded" : "2023-01-25T09:49:00.000Z",
"policy" : [
"urn:ihe:iti:mxde:2023:document-provenance-policy"
],
"activity" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/w3c-provenance-activity-type",
"code" : "Derivation"
}
]
},
"agent" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code" : "assembler"
}
]
},
"who" : {
"reference" : "Device/ex-device"
}
}
],
"entity" : [
{
"role" : "source",
"what" : {
"reference" : "DocumentReference/ex-documentreference"
}
}
]
}