SMART App Launch - Local Development build (v2.2.0-preview). See the Directory of published versions
: ehpmadison - JSON Representation
Raw json | Download
{
"resourceType" : "Organization",
"id" : "ehpmadison",
"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.org/logo/ehp-madison.png"
}
],
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "https://ehpmadison.com"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category",
"code" : "clinical",
"display" : "Clinical Care provider"
}
]
}
],
"name" : "ExampleHealth Physicians Madison",
"alias" : [
"GoodHealth Madison"
],
"telecom" : [
{
"system" : "url",
"value" : "https://www.ehpmadison.com"
}
],
"address" : [
{
"city" : "Madison",
"state" : "WI"
}
],
"partOf" : {
"reference" : "Organization/examplehealth"
}
}