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 - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "organization-examplemed",
  "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-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>"
  },
  "active" : true,
  "type" : [
    {
      "text" : "manufacturer"
    }
  ],
  "name" : "ExampleMed AI GmbH",
  "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@examplemed.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@examplemed.example",
          "use" : "work"
        }
      ]
    }
  ]
}