PACIO Advance Directive Interoperability Implementation Guide
0.0.1 - STU1

PACIO Advance Directive Interoperability Implementation Guide - Local Development build (v0.0.1). See the Directory of published versions

: Example-McBee-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-McBee-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-McBee-PACPComposition1.html\">Generated Summary: language: en-US; id: 20130607100315-CCDA-CCD; 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: Aug 28, 2018, 5:49:58 AM; title: Personal Advance Care Plan Document for Roger McBee</a></p><p><b>recorded</b>: Dec 6, 2019, 6:11:30 AM</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-McBee-OrganizationAssembler1.html\">Generated Summary: id: 4; active; 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-McBee-PACPComposition1" ]
  ];
  fhir:Provenance.recorded [ fhir:value "2019-12-06T10:11:30.001-04: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-McBee-OrganizationAssembler1" ]     ]
  ].

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

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