Onyx Consent Authorization SAFHIR Implementation and Operations Guide
0.0.2 - ci-build

Onyx Consent Authorization SAFHIR Implementation and Operations Guide - Local Development build (v0.0.2). See the Directory of published versions

: ExampleDeveloperOrganization - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="AppDeveloper"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><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">Resource "AppDeveloper" </p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-organization.html">US Core Organization Profile</a></p></div><p><b>active</b>: true</p><p><b>name</b>: Onyx Health App Development, LLC</p><p><b>telecom</b>: ph: 410-782-0476(WORK), https://onyxhealth.io(WORK)</p><p><b>address</b>: 6518 Meadowridge Road, Ste. 100, Elkridge, MD 21075</p><p><b>endpoint</b>: <a href="Endpoint-200.html">Endpoint/200</a> "Diamond Health Patient Access API"</p></div>
  </text>
  <active value="true"/>
  <name value="Onyx Health App Development, LLC"/>
  <telecom>
    <system value="phone"/>
    <value value="410-782-0476"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="other"/>
    <value value="https://onyxhealth.io"/>
    <use value="work"/>
  </telecom>
  <address>
    <text value="6518 Meadowridge Road, Ste. 100, Elkridge, MD 21075"/>
    <line value="6518 Meadowridge Road"/>
    <line value="Suite 200"/>
    <city value="Elkridge"/>
    <state value="MD"/>
    <postalCode value="21075"/>
  </address>
  <endpoint>
    <reference value="Endpoint/200"/>
  </endpoint>
</Organization>