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-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/ADI-Provenance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Provenance</b><a name=\"Example-Smith-Johnson-PACPProvenance1\"> </a><a name=\"hcExample-Smith-Johnson-PACPProvenance1\"> </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 &quot;Example-Smith-Johnson-PACPProvenance1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ADI-Provenance.html\">ADI Provenance</a></p></div><p><b>target</b>: <a href=\"Composition-Example-Smith-Johnson-PACPComposition1.html\">Composition/Example-Smith-Johnson-PACPComposition1</a></p><p><b>recorded</b>: Mar 29, 2021, 7:25:34\u202fPM</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.4.0/CodeSystem-provenance-participant-type.html\">Provenance participant type</a>#assembler)</span></td><td><a href=\"Organization-Example-Smith-Johnson-OrganizationAssembler1.html\">Organization/Example-Smith-Johnson-OrganizationAssembler1</a> &quot;ADVault, Inc.&quot;</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"
      }
    }
  ]
}