0.1.0 - ci-build

TrustAITransparencyIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Communication: Patient Explanation - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Communication/dr-patient-communication> a fhir:Communication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dr-patient-communication"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://example.org/fhir/trust-ai-transparency/StructureDefinition/trust-ai-patient-explanation"^^xsd:anyURI ;
       fhir:link <http://example.org/fhir/trust-ai-transparency/StructureDefinition/trust-ai-patient-explanation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication dr-patient-communication</b></p><a name=\"dr-patient-communication\"> </a><a name=\"hcdr-patient-communication\"> </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-trust-ai-patient-explanation.html\">Trust AI Patient Explanation Communication</a></p></div><p><b>Patient AI Info Provided Flag</b>: true</p><p><b>status</b>: Completed</p><p><b>subject</b>: <a href=\"Patient-dr-patient.html\">Anonymous Patient Female, DoB: 1965-06-15</a></p><p><b>about</b>: <a href=\"ArtifactAssessment-dr-human-assessment.html\">ArtifactAssessment: date = 2026-03-10 09:10:00+0000; artifact[x] = -&gt;Diagnostic Report for '' for '-&gt;Anonymous Patient Female, DoB: 1965-06-15'; workflowStatus = published</a></p><p><b>sent</b>: 2026-03-10 09:15:00+0000</p><p><b>sender</b>: <a href=\"PractitionerRole-dr-practitioner-role.html\">PractitionerRole </a></p><h3>Payloads</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Content[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>text/plain: VGhlIGRpYWdub3N0aWMgcmVwb3J0IHdh...</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://example.org/fhir/trust-ai-transparency/StructureDefinition/patient-ai-info-provided-flag"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:boolean ;
       fhir:v true
     ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:subject [
     fhir:link <http://hl7.org/fhir/Patient/dr-patient> ;
     fhir:reference [ fhir:v "Patient/dr-patient" ]
  ] ; # 
  fhir:about ( [
     fhir:link <http://hl7.org/fhir/ArtifactAssessment/dr-human-assessment> ;
     fhir:reference [ fhir:v "ArtifactAssessment/dr-human-assessment" ]
  ] ) ; # 
  fhir:sent [ fhir:v "2026-03-10T09:15:00Z"^^xsd:dateTime] ; # 
  fhir:sender [
     fhir:link <http://hl7.org/fhir/PractitionerRole/dr-practitioner-role> ;
     fhir:reference [ fhir:v "PractitionerRole/dr-practitioner-role" ]
  ] ; # 
  fhir:payload ( [
     fhir:content [
       a fhir:Attachment ;
       fhir:contentType [ fhir:v "text/plain" ] ;
       fhir:data [ fhir:v "VGhlIGRpYWdub3N0aWMgcmVwb3J0IHdhcyBnZW5lcmF0ZWQgd2l0aCBBSSBzdXBwb3J0IGFuZCBzdWJzZXF1ZW50bHkgcmV2aWV3ZWQgYnkgYSBxdWFsaWZpZWQgY2xpbmljaWFuLg=="^^xsd:base64Binary ] ;
       fhir:title [ fhir:v "Patient-facing AI explanation" ]
     ]
  ] ) . # 

<http://hl7.org/fhir/Patient/dr-patient> a fhir:Patient .

<http://hl7.org/fhir/ArtifactAssessment/dr-human-assessment> a fhir:ArtifactAssessment .

<http://hl7.org/fhir/PractitionerRole/dr-practitioner-role> a fhir:PractitionerRole .