@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://example.org/fhir/trust-ai-transparency/Device/dr-ai-device> a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dr-ai-device"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://example.org/fhir/trust-ai-transparency/StructureDefinition/trust-ai-device"^^xsd:anyURI ;
       fhir:link <http://example.org/fhir/trust-ai-transparency/StructureDefinition/trust-ai-device>
     ] )
  ] ; # 
  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: Device dr-ai-device</b></p><a name=\"dr-ai-device\"> </a><a name=\"hcdr-ai-device\"> </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-device.html\">Trust AI System Device</a></p></div><blockquote><p><b>Third-Country Data Transfer</b></p><ul><li>transferFlag: false</li></ul></blockquote><p><b>Model Card Reference</b>: <a href=\"DocumentReference-dr-model-card.html\">DocumentReference: extension = Not Clinically Validated,,,; status = current; type = AI Model Card; date = 2026-03-01 10:00:00+0000; description = Synthetic model card for an AI system generating diagnostic reports from structured clinical input.</a></p><p><b>EU Conformity Declaration Reference</b>: <a href=\"DocumentReference-eu-conformity-declaration-2.html\">DocumentReference: status = current</a></p><p><b>identifier</b>: Trust AI Registration Number/trust-ai-DIAG-001</p><p><b>status</b>: Active</p><p><b>manufacturer</b>: Example AI Medical GmbH</p><h3>Names</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>DiagnosticAssist AI</td><td>Registered name</td></tr></table><h3>Versions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>1.0.0</td></tr></table><h3>ConformsTos</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Specification</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Synthetic quality management certification</span></td></tr></table><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://example.org/fhir/trust-ai-transparency/CodeSystem/trust-ai-system-property-cs ce-mark}\">CE Marking Status</span></p><p><b>value</b>: true</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://example.org/fhir/trust-ai-transparency/CodeSystem/trust-ai-system-property-cs expected-lifetime}\">Expected Lifetime</span></p><p><b>value</b>: 5 years<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codea = 'a')</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://example.org/fhir/trust-ai-transparency/CodeSystem/trust-ai-system-property-cs intended-purpose}\">Intended Purpose</span></p><p><b>value</b>: Support diagnostic assessment from clinical findings</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://example.org/fhir/trust-ai-transparency/CodeSystem/trust-ai-system-property-cs target-population}\">Target Population</span></p><p><b>value</b>: <span title=\"Codes:\">Adult patients</span></p></blockquote><p><b>owner</b>: <a href=\"Organization-dr-organization.html\">Organization Example Diagnostic Center</a></p><p><b>contact</b>: <a href=\"mailto:manufacturer@example-ai-medical.example\">manufacturer@example-ai-medical.example</a>, <a href=\"mailto:dpo@example-ai-medical.example\">dpo@example-ai-medical.example</a></p><p><b>note</b>: </p><blockquote><div><p>Annual maintenance and validation required.</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:extension ( [
       fhir:url [ fhir:v "transferFlag"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:boolean ;
         fhir:v false
       ]
     ] ) ;
     fhir:url [ fhir:v "http://example.org/fhir/trust-ai-transparency/StructureDefinition/third-country-data-transfer"^^xsd:anyURI ]
  ] [
     fhir:url [ fhir:v "http://example.org/fhir/trust-ai-transparency/StructureDefinition/ext-model-card"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:link <http://example.org/fhir/trust-ai-transparency/DocumentReference/dr-model-card> ;
       fhir:reference [ fhir:v "DocumentReference/dr-model-card" ]
     ]
  ] [
     fhir:url [ fhir:v "http://example.org/fhir/trust-ai-transparency/StructureDefinition/trust-ai-conformity-reference"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:link <http://example.org/fhir/trust-ai-transparency/DocumentReference/eu-conformity-declaration-2> ;
       fhir:reference [ fhir:v "DocumentReference/eu-conformity-declaration-2" ]
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://example.org/fhir/trust-ai-transparency/CodeSystem/trust-ai-identifier-type-cs"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "trust-ai-registration-number" ]
       ] )
     ] ;
     fhir:system [ fhir:v "http://example.org/fhir/sid/trust-ai-database"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "trust-ai-DIAG-001" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:manufacturer [ fhir:v "Example AI Medical GmbH"] ; # 
  fhir:name ( [
     fhir:value [ fhir:v "DiagnosticAssist AI" ] ;
     fhir:type [ fhir:v "registered-name" ]
  ] ) ; # 
  fhir:version ( [
     fhir:value [ fhir:v "1.0.0" ]
  ] ) ; # 
  fhir:conformsTo ( [
     fhir:specification [
       fhir:text [ fhir:v "Synthetic quality management certification" ]
     ]
  ] ) ; # 
  fhir:property ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://example.org/fhir/trust-ai-transparency/CodeSystem/trust-ai-system-property-cs"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "ce-mark" ]
       ] )
     ] ;
     fhir:value [
       a fhir:boolean ;
       fhir:v true
     ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://example.org/fhir/trust-ai-transparency/CodeSystem/trust-ai-system-property-cs"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "expected-lifetime" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Quantity ;
       fhir:value [ fhir:v "5"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "years" ] ;
       fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "a" ]
     ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://example.org/fhir/trust-ai-transparency/CodeSystem/trust-ai-system-property-cs"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "intended-purpose" ]
       ] )
     ] ;
     fhir:value [
       a fhir:string ;
       fhir:v "Support diagnostic assessment from clinical findings"
     ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://example.org/fhir/trust-ai-transparency/CodeSystem/trust-ai-system-property-cs"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "target-population" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:text [ fhir:v "Adult patients" ]
     ]
  ] ) ; # 
  fhir:owner [
     fhir:link <http://example.org/fhir/trust-ai-transparency/Organization/dr-organization> ;
     fhir:reference [ fhir:v "Organization/dr-organization" ]
  ] ; # 
  fhir:contact ( [
     fhir:system [ fhir:v "email" ] ;
     fhir:value [ fhir:v "manufacturer@example-ai-medical.example" ]
  ] [
     fhir:system [ fhir:v "email" ] ;
     fhir:value [ fhir:v "dpo@example-ai-medical.example" ]
  ] ) ; # 
  fhir:note ( [
     fhir:text [ fhir:v "Annual maintenance and validation required." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

