OZO FHIR implementation guide
0.7.8 - ci-build

OZO FHIR implementation guide - Local Development build (v0.7.8) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: OZO AAA Proxy Device - XML Representation

Raw xml | Download


<Device xmlns="http://hl7.org/fhir">
  <id value="ozo-aaa-proxy-001"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2025-01-08T09:00:00.000+01:00"/>
    <profile
             value="http://ozoverbindzorg.nl/fhir/StructureDefinition/OZODevice"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Device ozo-aaa-proxy-001</b></p><a name="ozo-aaa-proxy-001"> </a><a name="hcozo-aaa-proxy-001"> </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">version: 1; Last updated: 2025-01-08 09:00:00+0100</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ozo-device.html">OZO Device</a></p></div><p><b>identifier</b>: <code>https://www.ozoverbindzorg.nl/namingsystem/device</code>/aaa-proxy-001</p><p><b>status</b>: Active</p><p><b>manufacturer</b>: Headease</p><h3>DeviceNames</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style="display: none">*</td><td>OZO AAA Proxy Instance 001</td><td>User Friendly name</td></tr></table><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 706689003}">Application server</span></p><p><b>note</b>: </p><blockquote><div><p>AAA (Authentication, Authorization, Accounting) Proxy for OZO platform providing FHIR API access control and audit logging for NEN7510 compliance</p>
</div></blockquote></div>
  </text>
  <identifier>
    <system value="https://www.ozoverbindzorg.nl/namingsystem/device"/>
    <value value="aaa-proxy-001"/>
  </identifier>
  <status value="active"/>
  <manufacturer value="Headease"/>
  <deviceName>
    <name value="OZO AAA Proxy Instance 001"/>
    <type value="user-friendly-name"/>
  </deviceName>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="706689003"/>
      <display value="Application server"/>
    </coding>
  </type>
  <note>
    <text
          value="AAA (Authentication, Authorization, Accounting) Proxy for OZO platform providing FHIR API access control and audit logging for NEN7510 compliance"/>
  </note>
</Device>