PACIO Advance Directive Interoperability Implementation Guide
0.1.0 - STU1

PACIO Advance Directive Interoperability Implementation Guide, published by HL7 Patient Empowerment Working Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/pacio-adi/ and changes regularly. See the Directory of published versions

: Example-Smith-Johnson-PACPProvenance1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Provenance",
  "id" : "Example-Smith-Johnson-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-Smith-Johnson-PACPComposition1.html\">Generated Summary: language: en-US; id: 0-87f37989294a408897aacd1fc5d8fd16; 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: Mar 29, 2021, 7:25:34 PM; title: Personal Advance Care Plan</a></p><p><b>recorded</b>: Mar 29, 2021, 7:25:34 PM</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-Smith-Johnson-OrganizationAssembler1.html\">Generated Summary: id: 12c5dcee5089494ca1ca0cb428ed3fff; active: true; name: ADVault, Inc.; Phone: +1(202)776-7700</a></td></tr></table></div>"
  },
  "target" : [
    {
      "reference" : "Composition/Example-Smith-Johnson-PACPComposition1"
    }
  ],
  "recorded" : "2021-03-29T14:25:34.001-05:00",
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code" : "assembler",
            "display" : "Assembler"
          }
        ]
      },
      "who" : {
        "reference" : "Organization/Example-Smith-Johnson-OrganizationAssembler1"
      }
    }
  ]
}