@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Provenance; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "consent-signature"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "consent-signature"

target: Consent/consent-example-signature

recorded: 26/05/2016 2:41:10 PM

Agents

-RoleWho
*author (originator) (ParticipationType#AUT)Patient/72
" ]; fhir:Provenance.target [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Consent/consent-example-signature" ] ]; fhir:Provenance.recorded [ fhir:value "2016-05-26T00:41:10-04:00"^^xsd:dateTime]; fhir:Provenance.agent [ fhir:index 0; fhir:Provenance.agent.role [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ]; fhir:Coding.code [ fhir:value "AUT" ] ] ]; fhir:Provenance.agent.who [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/72" ] ] ]; fhir:Provenance.signature [ fhir:index 0; fhir:Signature.type [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso-astm:E1762-95:2013" ]; fhir:Coding.code [ fhir:value "1.2.840.10065.1.12.1.1" ]; fhir:Coding.display [ fhir:value "Author's Signature" ] ]; fhir:Signature.when [ fhir:value "2016-05-26T00:41:10-04:00"^^xsd:dateTime ]; fhir:Signature.who [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/72" ] ]; fhir:Signature.targetFormat [ fhir:value "application/fhir+xml" ]; fhir:Signature.sigFormat [ fhir:value "application/signature+xml" ]; fhir:Signature.data [ fhir:value "dGhpcyBibG9iIGlzIHNuaXBwZWQ="^^xsd:base64Binary ] ] . a fhir:Consent . a fhir:Patient . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------