Atrius India Core FHIR Implementation Guide
0.1.0 - ci-build

Atrius India Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example AtriusIn Consent Provenance

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/atrius-in-consent-provenance-example> a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "atrius-in-consent-provenance-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-consent-provenance" ;
       fhir:index -1 ;
       fhir:link <https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-consent-provenance>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  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 atrius-in-consent-provenance-example</b></p><a name=\"atrius-in-consent-provenance-example\"> </a><a name=\"hcatrius-in-consent-provenance-example\"> </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-atrius-in-consent-provenance.html\">Atrius India Core Consent Provenance</a></p></div><p>Provenance for <a href=\"Consent-atrius-in-surgical-consent-example.html\">atrius-in-surgical-consent-example</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2026-07-04 08:05:00+0530</td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>who</b></td></tr><tr><td><a href=\"RelatedPerson-atrius-in-relatedperson-example.html\">RelatedPerson Rajesh Sharma</a></td></tr><tr><td><a href=\"Practitioner-atrius-in-practitioner-example.html\">Practitioner Dr. Arjun Mehta(official)</a></td></tr></table></div>"
  ] ;
  fhir:Provenance.target [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Consent/atrius-in-surgical-consent-example> ;
     fhir:Reference.reference [ fhir:value "Consent/atrius-in-surgical-consent-example" ]
  ] ;
  fhir:Provenance.recorded [ fhir:value "2026-07-04T08:05:00+05:30"^^xsd:dateTime] ;
  fhir:Provenance.agent [
     fhir:index -1 ;
     fhir:Provenance.agent.who [
       fhir:link <http://hl7.org/fhir/RelatedPerson/atrius-in-relatedperson-example> ;
       fhir:Reference.reference [ fhir:value "RelatedPerson/atrius-in-relatedperson-example" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Provenance.agent.who [
       fhir:link <http://hl7.org/fhir/Practitioner/atrius-in-practitioner-example> ;
       fhir:Reference.reference [ fhir:value "Practitioner/atrius-in-practitioner-example" ]
     ]
  ] ;
  fhir:Provenance.entity [
     fhir:index -1 ;
     fhir:Provenance.entity.role [ fhir:value "source" ] ;
     fhir:Provenance.entity.what [
       fhir:link <http://hl7.org/fhir/DocumentReference/atrius-in-documentreference-example> ;
       fhir:Reference.reference [ fhir:value "DocumentReference/atrius-in-documentreference-example" ]
     ]
  ] ;
  fhir:Provenance.signature [
     fhir:index -1 ;
     fhir:Signature.type [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "urn:iso-astm:E1762-95:2013" ] ;
       fhir:Coding.code [ fhir:value "1.2.840.10065.1.12.1.7" ] ;
       fhir:Coding.display [ fhir:value "Consent Signature" ]
     ] ;
     fhir:Signature.when [ fhir:value "2026-07-04T08:05:00+05:30"^^xsd:dateTime ] ;
     fhir:Signature.who [
       fhir:link <http://hl7.org/fhir/RelatedPerson/atrius-in-relatedperson-example> ;
       fhir:Reference.reference [ fhir:value "RelatedPerson/atrius-in-relatedperson-example" ]
     ]
  ] .

<http://hl7.org/fhir/Consent/atrius-in-surgical-consent-example> a fhir:Consent .

<http://hl7.org/fhir/RelatedPerson/atrius-in-relatedperson-example> a fhir:RelatedPerson .

<http://hl7.org/fhir/Practitioner/atrius-in-practitioner-example> a fhir:Practitioner .

<http://hl7.org/fhir/DocumentReference/atrius-in-documentreference-example> a fhir:DocumentReference .

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

<http://hl7.org/fhir/Provenance/atrius-in-consent-provenance-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Provenance/atrius-in-consent-provenance-example.ttl> .