{
  "resourceType" : "Organization",
  "id" : "dr-organization",
  "meta" : {
    "profile" : ["http://example.org/fhir/trust-ai-transparency/StructureDefinition/trust-ai-organization"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization dr-organization</b></p><a name=\"dr-organization\"> </a><a name=\"hcdr-organization\"> </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-organization.html\">Trust AI Responsible Organization</a></p></div><p><b>active</b>: true</p><p><b>name</b>: Example Diagnostic Center</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}\">Administrative</span></td><td> </td><td><a href=\"mailto:contact@diagnostic-center.example\">contact@diagnostic-center.example</a></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://example.org/fhir/trust-ai-transparency/CodeSystem/trust-ai-contact-purpose-cs dpo}\">Data Protection Officer</span></td><td>Data Protection Officer</td><td><a href=\"mailto:dpo@diagnostic-center.example\">dpo@diagnostic-center.example</a></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://example.org/fhir/trust-ai-transparency/CodeSystem/trust-ai-contact-purpose-cs ai-incident-reporting}\">AI Incident Reporting Contact</span></td><td>AI Incident Reporting Contact</td><td><a href=\"mailto:ai-incidents@diagnostic-center.example\">ai-incidents@diagnostic-center.example</a></td></tr></table></div>"
  },
  "active" : true,
  "name" : "Example Diagnostic Center",
  "contact" : [{
    "purpose" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/contactentity-type",
        "code" : "ADMIN"
      }]
    },
    "telecom" : [{
      "system" : "email",
      "value" : "contact@diagnostic-center.example"
    }]
  },
  {
    "purpose" : {
      "coding" : [{
        "system" : "http://example.org/fhir/trust-ai-transparency/CodeSystem/trust-ai-contact-purpose-cs",
        "code" : "dpo",
        "display" : "Data Protection Officer"
      }]
    },
    "name" : [{
      "text" : "Data Protection Officer"
    }],
    "telecom" : [{
      "system" : "email",
      "value" : "dpo@diagnostic-center.example"
    }]
  },
  {
    "purpose" : {
      "coding" : [{
        "system" : "http://example.org/fhir/trust-ai-transparency/CodeSystem/trust-ai-contact-purpose-cs",
        "code" : "ai-incident-reporting",
        "display" : "AI Incident Reporting Contact"
      }]
    },
    "name" : [{
      "text" : "AI Incident Reporting Contact"
    }],
    "telecom" : [{
      "system" : "email",
      "value" : "ai-incidents@diagnostic-center.example"
    }]
  }]
}