PACIO Advance Directive Interoperability Implementation Guide
2.1.0 - STU 2 United States of America flag

PACIO Advance Directive Interoperability Implementation Guide, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pacio-adi/ and changes regularly. 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/ADI-Provenance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance Example-McBee-PACPProvenance1</b></p><a name=\"Example-McBee-PACPProvenance1\"> </a><a name=\"hcExample-McBee-PACPProvenance1\"> </a><a name=\"Example-McBee-PACPProvenance1-en-US\"> </a><p>Provenance for <a href=\"Composition-Example-McBee-PACPComposition1.html\">Composition Personal Advance Care Plan Document for Roger McBee</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2019-12-06 10:11:30-0400</td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type assembler}\">Assembler</span></td><td><a href=\"Organization-Example-McBee-OrganizationAssembler1.html\">Organization ADVault, Inc.</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",
            "version" : "1.0.0",
            "code" : "assembler",
            "display" : "Assembler"
          }
        ]
      },
      "who" : {
        🔗 "reference" : "Organization/Example-McBee-OrganizationAssembler1"
      }
    }
  ]
}