This page is part of the Smart App Launch Implementation Guide (v2.2.0-ballot: STU 2.2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions
: Example Brand - JSON Representation
Raw json | Download
{
"resourceType" : "Organization",
"id" : "example",
"extension" : [
{
"extension" : [
{
"url" : "brandLogo",
"valueUrl" : "https://example.org/examplelabs/images/logo.svg"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/organization-brand"
},
{
"extension" : [
{
"url" : "portalName",
"valueString" : "Example Brand Portal"
},
{
"url" : "portalUrl",
"valueUrl" : "https://healthcentral.example.org"
},
{
"url" : "portalLogo",
"valueUrl" : "https://healthcentral.example.org/logo.png"
},
{
"url" : "portalEndpoint",
"valueReference" : {
🔗 "reference" : "Endpoint/example",
"display" : "FHIR R4 Endpoint for Example Brand"
}
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/organization-portal"
}
],
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "https://examplelabs.org"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category",
"code" : "clinical",
"display" : "Clinical"
}
]
}
],
"name" : "Example Brand",
"alias" : [
"ExampleHealth Brand"
],
"telecom" : [
{
"system" : "url",
"value" : "https://brand.example.com"
}
],
"address" : [
{
"line" : [
"103 Main St"
],
"city" : "Boston",
"state" : "MA",
"postalCode" : "02111"
}
]
}