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

: ehchospital - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "ehchospital",
  "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" : "data:image/svg+xml;base64,PHN2ZyB0aXRsZT0iU3Rld2FydCBNZW1vcmlhbCBIb3Nw...+IDwvc3ZnPgo="
    }
  ],
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "https://ehchospital.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 Community Hospital",
  "alias" : [
    "GoodHealth Madison"
  ],
  "telecom" : [
    {
      "system" : "url",
      "value" : "https://www.ehchospital.com"
    }
  ],
  "address" : [
    {
      "city" : "Lake City",
      "state" : "IA"
    }
  ],
  "partOf" : {
    "reference" : "Organization/examplehealth"
  }
}