@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "" ]; fhir:Provenance.target [ fhir:index 0; fhir:link ; 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:link ; fhir:Reference.reference [ fhir:value "Organization/Example-McBee-OrganizationAssembler1" ] ] ] . a fhir:us . a fhir:us . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------