0.1.0 - ci-build

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

: Manufacturer Organization: ExampleMed AI GmbH - 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 -------------------------------------------------------------------

 a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "organization-examplemed"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://example.org/fhir/eu-ai-transparency/StructureDefinition/eu-ai-organization"^^xsd:anyURI ;
fhir:link <http://example.org/fhir/eu-ai-transparency/StructureDefinition/eu-ai-organization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization organization-examplemed</b></p><a name=\"organization-examplemed\"> </a><a name=\"hcorganization-examplemed\"> </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-eu-ai-organization.html\">EU AI Responsible Organization</a></p></div><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:\">manufacturer</span></p><p><b>name</b>: ExampleMed AI GmbH</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Purpose</b></td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/contactentity-type ADMIN}\">Data Protection Officer</span></td><td>Data Protection Officer</td><td><a href=\"mailto:dpo@examplemed.example\">dpo@examplemed.example</a></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/contactentity-type PATINF}\">AI Incident Reporting Contact</span></td><td>AI Incident Reporting Contact</td><td><a href=\"mailto:incidents@examplemed.example\">incidents@examplemed.example</a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:type ( [
fhir:text [ fhir:v "manufacturer" ]
  ] ) ; # 
  fhir:name [ fhir:v "ExampleMed AI GmbH"] ; # 
  fhir:contact ( [
fhir:purpose [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/contactentity-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ADMIN" ] ;
fhir:display [ fhir:v "Administrative" ]       ] ) ;
fhir:text [ fhir:v "Data Protection Officer" ]     ] ;
    ( fhir:name [
fhir:text [ fhir:v "Data Protection Officer" ]     ] ) ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "dpo@examplemed.example" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] [
fhir:purpose [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/contactentity-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PATINF" ] ;
fhir:display [ fhir:v "Patient" ]       ] ) ;
fhir:text [ fhir:v "AI Incident Reporting Contact" ]     ] ;
    ( fhir:name [
fhir:text [ fhir:v "AI Incident Reporting Contact" ]     ] ) ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "incidents@examplemed.example" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) . #