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 - 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:Resource.id [ fhir:value "Example-Smith-Johnson-PACPProvenance1"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/PADI-Provenance";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/PADI-Provenance>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>"
  ];
  fhir:Provenance.target [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Composition/Example-Smith-Johnson-PACPComposition1" ]
  ];
  fhir:Provenance.recorded [ fhir:value "2021-03-29T14:25:34.001-05:00"^^xsd:dateTime];
  fhir:Provenance.agent [
     fhir:index 0;
     fhir:Provenance.agent.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/provenance-participant-type" ];
         fhir:Coding.code [ fhir:value "assembler" ];
         fhir:Coding.display [ fhir:value "Assembler" ]       ]     ];
     fhir:Provenance.agent.who [
       fhir:Reference.reference [ fhir:value "Organization/Example-Smith-Johnson-OrganizationAssembler1" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.