SMART App Launch - Local Development build (v2.2.0-preview). See the Directory of published versions
: examplehealth - JSON Representation
Raw json | Download
{
"resourceType" : "Organization",
"id" : "examplehealth",
"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/examplehealth/logo/main.1024x102.png"
},
{
"url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name",
"valueString" : "My ExampleHealth Portal"
},
{
"url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-url",
"valueUrl" : "https://example.org/chart.myexamplehealth.org"
}
],
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "https://examplehealth.org"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category",
"code" : "clinical",
"display" : "Clinical Care provider"
}
]
}
],
"name" : "ExampleHealth",
"alias" : [
"GoodHealth Hospital",
"GoodHealth Mental Health"
],
"telecom" : [
{
"system" : "url",
"value" : "https://www.examplehealth.com"
}
],
"address" : [
{
"city" : "Madison",
"state" : "WI"
},
{
"city" : "Anamosa",
"state" : "IA"
},
{
"city" : "Cedar Rapids",
"state" : "IA"
},
{
"city" : "Des Moines",
"state" : "IA"
},
{
"city" : "Dubuque",
"state" : "IA"
},
{
"city" : "Fort Dodge",
"state" : "IA"
},
{
"city" : "Grinnell",
"state" : "IA"
},
{
"city" : "Marshalltown",
"state" : "IA"
},
{
"city" : "Peoria",
"state" : "IA"
},
{
"city" : "Pekin",
"state" : "I"
},
{
"city" : "Muscatine",
"state" : "IA"
},
{
"city" : "Sioux City",
"state" : "IA"
}
],
"endpoint" : [
{
"reference" : "Endpoint/examplehealth-r4",
"display" : "FHIR R4 Endpoint for ExampleHealth Brand"
},
{
"reference" : "Endpoint/examplehealth-r2",
"display" : "FHIR DSTU2 Endpoint for ExampleHealth Brand"
}
]
}