PACIO Advance Healthcare Directive Interoperability Implementation Guide
2.0.0-ballot - STU 2 – Ballot United States of America flag

PACIO Advance Healthcare 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.0.0-ballot 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-PMOProvenance1 - TTL Representation

Page standards status: Informative

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

<http://hl7.org/fhir/Provenance/Example-Smith-Johnson-PMOProvenance1> a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Example-Smith-Johnson-PMOProvenance1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Provenance" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Provenance>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance Example-Smith-Johnson-PMOProvenance1</b></p><a name=\"Example-Smith-Johnson-PMOProvenance1\"> </a><a name=\"hcExample-Smith-Johnson-PMOProvenance1\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ADI-Provenance.html\">ADI Provenance</a></p></div><p>Provenance for <a href=\"Composition-PMO-Example-Smith-Johnson-PMOComposition1.html\">Composition Portable Medical Order</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 GoodHealth Clinic</a></td></tr></table></div>"
  ] ;
  fhir:Provenance.target [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Composition/PMO-Example-Smith-Johnson-PMOComposition1> ;
     fhir:Reference.reference [ fhir:value "Composition/PMO-Example-Smith-Johnson-PMOComposition1" ]
  ] ;
  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.version [ fhir:value "1.1.0|1.0.0" ] ;
         fhir:Coding.code [ fhir:value "assembler" ] ;
         fhir:Coding.display [ fhir:value "Assembler" ]
       ]
     ] ;
     fhir:Provenance.agent.who [
       fhir:link <http://hl7.org/fhir/Organization/Example-Smith-Johnson-OrganizationAssembler1> ;
       fhir:Reference.reference [ fhir:value "Organization/Example-Smith-Johnson-OrganizationAssembler1" ]
     ]
  ] .

<http://hl7.org/fhir/Composition/PMO-Example-Smith-Johnson-PMOComposition1> a fhir:Composition .

<http://hl7.org/fhir/Organization/Example-Smith-Johnson-OrganizationAssembler1> a fhir:Organization .

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

<http://hl7.org/fhir/Provenance/Example-Smith-Johnson-PMOProvenance1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Provenance/Example-Smith-Johnson-PMOProvenance1.ttl> .