FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.smart-multi-server-auth
Resource TypeOrganization
IdOrganization-ImagingSandboxOrganization.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization ImagingSandboxOrganization

type: imaging

name: Imaging PACS

telecom: https://philips.com/

endpoint: Endpoint FHIR end point for imaging


Source1

{
  "resourceType": "Organization",
  "id": "ImagingSandboxOrganization",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brand"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}