0.1.0 - ci-build

SMARTapplaunchmultiserverauthentication, published by HL7. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jmandel/smart-multi-auth/ and changes regularly. See the Directory of published versions

: ImagingSandboxOrganization - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "ImagingSandboxOrganization",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brand"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ImagingSandboxOrganization</b></p><a name=\"ImagingSandboxOrganization\"> </a><a name=\"hcImagingSandboxOrganization\"> </a><a name=\"ImagingSandboxOrganization-en-US\"> </a><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type imaging}\">Imaging Center</span></p><p><b>name</b>: Imaging PACS</p><p><b>telecom</b>: <a href=\"https://philips.com/\">https://philips.com/</a></p><p><b>endpoint</b>: <a href=\"Endpoint-ImagingSandboxEndpoint.html\">Endpoint FHIR end point for imaging</a></p></div>"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "imaging"
        }
      ]
    }
  ],
  "name" : "Imaging PACS",
  "telecom" : [
    {
      "system" : "url",
      "value" : "https://philips.com/"
    }
  ],
  "endpoint" : [
    {
      🔗 "reference" : "Endpoint/ImagingSandboxEndpoint"
    }
  ]
}