Publication Build: This will be filled in by the publication tooling
: Provenance - Signature for advance care plan - JSON Representation
Raw json | Download
{
"resourceType" : "Provenance",
"id" : "signature",
"meta" : {
"profile" : [
🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-provenance"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Provenance</b><a name=\"signature\"> </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 "signature" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-provenance.html\">AU Core Provenance</a></p></div><p><b>target</b>: <a href=\"DocumentReference-acp.html\">DocumentReference/acp</a></p><p><b>recorded</b>: 3 Nov. 2019, 1:35:00 pm</p><p><b>reason</b>: treatment <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActReason.html\">ActReason</a>#TREAT)</span></p><p><b>activity</b>: authenticated <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-DocumentCompletion.html\">DocumentCompletion</a>#AU)</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>Verifier <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-contractsignertypecodes.html\">Contract Signer Type Codes</a>#VERF)</span></td><td><a href=\"PractitionerRole-bobrester-bob-gp.html\">PractitionerRole/bobrester-bob-gp</a></td></tr></table><h3>Signatures</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>When</b></td><td><b>Who</b></td><td><b>TargetFormat</b></td><td><b>SigFormat</b></td><td><b>Data</b></td></tr><tr><td style=\"display: none\">*</td><td>Verification Signature (Details: urn:iso-astm:E1762-95:2013 code 1.2.840.10065.1.12.1.5 = 'Verification Signature', stated as 'Verification Signature')</td><td>3 Nov. 2019, 1:35:00 pm</td><td><a href=\"PractitionerRole-bobrester-bob-gp.html\">PractitionerRole/bobrester-bob-gp</a></td><td>application/fhir+xml</td><td>application/signature+xml</td><td>(base64 data - 3 bytes)</td></tr></table></div>"
},
"target" : [
//
where possible, provenance targets should be version specific,
so that there is no ambiguity about which version of the
record this relates to
{
🔗 "reference" : "DocumentReference/acp"
}
],
"recorded" : "2019-11-03T12:35:00+10:00",
"reason" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "TREAT",
"display" : "treatment"
}
]
}
],
"activity" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion",
"code" : "AU",
"display" : "authenticated"
}
]
},
"agent" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/contractsignertypecodes",
"code" : "VERF"
}
]
},
"who" : {
🔗 "reference" : "PractitionerRole/bobrester-bob-gp"
}
}
],
"signature" : [
{
"type" : [
// verification signature
{
"system" : "urn:iso-astm:E1762-95:2013",
"code" : "1.2.840.10065.1.12.1.5",
"display" : "Verification Signature"
}
],
"when" : "2019-11-03T12:35:00+10:00",
"who" : {
🔗 "reference" : "PractitionerRole/bobrester-bob-gp"
},
"targetFormat" : "application/fhir+xml",
"sigFormat" : "application/signature+xml",
"data" : "Li4u"
}
]
}