SMART App Launch - Local Development build (v2.2.0-preview). See the Directory of published versions
: examplehospital3-ehr1 - JSON Representation
Raw json | Download
{
"resourceType" : "Organization",
"id" : "examplehospital3-ehr1",
"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/examplehospital3/ui/images/img-logo-2x-new.webp"
},
{
"url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-description",
"valueMarkdown" : "Patient Gateway is an online tool to help adult patients connect with health care providers, manage appointments, and refill prescriptions.\n"
}
],
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "https://examplehospital3.org"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category",
"code" : "clinical",
"display" : "Clinical Care provider"
}
]
}
],
"name" : "ExampleHospital3",
"alias" : [
"GoodCare Cancer Center"
],
"telecom" : [
{
"system" : "url",
"value" : "https://www.example.org/examplehospital3.org"
}
],
"address" : [
{
"city" : "Boston",
"state" : "MA"
}
],
"partOf" : {
"reference" : "Organization/examplehospital1-ehr1"
}
}