This page is part of the PACIO Advance Directive Information Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
@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><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 \"Example-Smith-Johnson-PACPProvenance1\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PADI-Provenance.html\">PACIO 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 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>Assembler <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.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> \"ADVault, Inc.\"</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.