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 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Example-Smith-Johnson-PACPProvenance1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Provenance"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Provenance>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance Example-Smith-Johnson-PACPProvenance1</b></p><a name=\"Example-Smith-Johnson-PACPProvenance1\"> </a><a name=\"hcExample-Smith-Johnson-PACPProvenance1\"> </a><a name=\"Example-Smith-Johnson-PACPProvenance1-en-US\"> </a><p>Provenance for <a href=\"Composition-Example-Smith-Johnson-PACPComposition1.html\">Composition Personal Advance Care Plan</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2021-03-29 14:25:34-0500</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-Smith-Johnson-OrganizationAssembler1.html\">Organization ADVault, Inc.</a></td></tr></table></div>"
  ] ; # 
  fhir:target ( [
fhir:reference [ fhir:v "Composition/Example-Smith-Johnson-PACPComposition1" ]
  ] ) ; # 
  fhir:recorded [ fhir:v "2021-03-29T14:25:34.001-05:00"^^xsd:dateTime] ; # 
  fhir:agent ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ] ;
fhir:version [ fhir:v "1.0.0" ] ;
fhir:code [ fhir:v "assembler" ] ;
fhir:display [ fhir:v "Assembler" ]       ] )     ] ;
fhir:who [
fhir:reference [ fhir:v "Organization/Example-Smith-Johnson-OrganizationAssembler1" ]     ]
  ] ) . #