{
  "resourceType" : "Organization",
  "id" : "organization-examplehospital",
  "meta" : {
    "profile" : ["http://example.org/fhir/eu-ai-transparency/StructureDefinition/eu-ai-organization"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization organization-examplehospital</b></p><a name=\"organization-examplehospital\"> </a><a name=\"hcorganization-examplehospital\"> </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:\">healthcare-provider</span></p><p><b>name</b>: Example Hospital</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@examplehospital.example\">dpo@examplehospital.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@examplehospital.example\">incidents@examplehospital.example</a></td></tr></table></div>"
  },
  "active" : true,
  "type" : [{
    "text" : "healthcare-provider"
  }],
  "name" : "Example Hospital",
  "contact" : [{
    "purpose" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/contactentity-type",
        "code" : "ADMIN",
        "display" : "Administrative"
      }],
      "text" : "Data Protection Officer"
    },
    "name" : [{
      "text" : "Data Protection Officer"
    }],
    "telecom" : [{
      "system" : "email",
      "value" : "dpo@examplehospital.example",
      "use" : "work"
    }]
  },
  {
    "purpose" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/contactentity-type",
        "code" : "PATINF",
        "display" : "Patient"
      }],
      "text" : "AI Incident Reporting Contact"
    },
    "name" : [{
      "text" : "AI Incident Reporting Contact"
    }],
    "telecom" : [{
      "system" : "email",
      "value" : "incidents@examplehospital.example",
      "use" : "work"
    }]
  }]
}