PACIO Advance Directive Interoperability Implementation Guide
0.0.1 - STU1

PACIO Advance Directive Interoperability Implementation Guide - Local Development build (v0.0.1). See the Directory of published versions

: Example-McBee-PACPProvenance1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Provenance",
  "id" : "Example-McBee-PACPProvenance1",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/PADI-Provenance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>target</b>: <a href=\"Composition-Example-McBee-PACPComposition1.html\">Generated Summary: language: en-US; id: 20130607100315-CCDA-CCD; status: final; <span title=\"Codes: {http://loinc.org 81334-5}\">Patient Personal Advance Care Plan</span>; <span title=\"Codes: {http://loinc.org 75320-2}\">Advance Directive</span>; date: Aug 28, 2018, 5:49:58 AM; title: Personal Advance Care Plan Document for Roger McBee</a></p><p><b>recorded</b>: Dec 6, 2019, 6:11:30 AM</p><h3>Agents</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Who</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/provenance-participant-type assembler}\">Assembler</span></td><td><a href=\"Organization-Example-McBee-OrganizationAssembler1.html\">Generated Summary: id: 4; active; name: ADVault, Inc.; Phone: +1(202)776-7700</a></td></tr></table></div>"
  },
  "target" : [
    {
      "reference" : "Composition/Example-McBee-PACPComposition1"
    }
  ],
  "recorded" : "2019-12-06T10:11:30.001-04:00",
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code" : "assembler",
            "display" : "Assembler"
          }
        ]
      },
      "who" : {
        "reference" : "Organization/Example-McBee-OrganizationAssembler1"
      }
    }
  ]
}