SMART App Launch
2.2.0-preview - CI-Build International flag

SMART App Launch - Local Development build (v2.2.0-preview). See the Directory of published versions

: example - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "example",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-brand"
    ]
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/brand-logo",
      "valueUrl" : "https://example.org/logo/main.1024x102.png"
    },
    {
      "url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/brand-logo-use-agreement",
      "valueUrl" : "https://example.org/logo/use-agreement.html"
    },
    {
      "url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/brand-flags",
      "valueCode" : "hidden"
    },
    {
      "url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name",
      "valueString" : "Example Health Portal"
    },
    {
      "url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-url",
      "valueUrl" : "https://example.org/myportal"
    },
    {
      "url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-description",
      "valueMarkdown" : "This is the description of the portal. It can be multiple lines.\nIt can also be **markdown**.\n"
    },
    {
      "url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-logo",
      "valueUrl" : "https://example.org/portal-logo/main.1024x102.png"
    },
    {
      "url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-logo-use-agreement",
      "valueUrl" : "https://example.org/portal-logo/use-agreement.html"
    }
  ],
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "https://examplehospital.org"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category",
          "code" : "clinical",
          "display" : "Clinical Care provider"
        }
      ]
    }
  ],
  "name" : "Example Organization",
  "alias" : [
    "Example Health System"
  ],
  "telecom" : [
    {
      "system" : "url",
      "value" : "https://example.org/brand-home"
    }
  ],
  "address" : [
    {
      "line" : [
        "100 1st Avenue, Suite 227"
      ],
      "city" : "Pleasanton",
      "state" : "MA",
      "postalCode" : "01002"
    }
  ],
  "partOf" : {
    "display" : "Larger Health System"
  },
  "endpoint" : [
    {
      "reference" : "Endpoint/example",
      "display" : "FHIR R4 Endpoint for Example Medical Center Brand"
    }
  ]
}