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

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "AppDeveloper",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "active" : true,
  "name" : "Onyx Health App Development, LLC",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "410-782-0476",
      "use" : "work"
    },
    {
      "system" : "other",
      "value" : "https://onyxhealth.io",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "text" : "6518 Meadowridge Road, Ste. 100, Elkridge, MD 21075",
      "line" : [
        "6518 Meadowridge Road",
        "Suite 200"
      ],
      "city" : "Elkridge",
      "state" : "MD",
      "postalCode" : "21075"
    }
  ],
  "endpoint" : [
    {
      "reference" : "Endpoint/200"
    }
  ]
}