{
  "resourceType" : "Organization",
  "id" : "BurrClinic",
  "meta" : {
    "lastUpdated" : "2020-07-07T13:26:22.0314215+00:00",
    "profile" : ["http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Organization"]
  },
  "language" : "en",
  "text" : {
    "status" : "extensions"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-logo",
    "valueAttachment" : {
      "contentType" : "image/png",
      "url" : "http://example.org/flame-logo"
    }
  }],
  "identifier" : [{
    "extension" : [{
      "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status",
      "valueCode" : "active"
    }],
    "system" : "http://hl7.org/fhir/sid/us-npi",
    "value" : "1356362586"
  }],
  "active" : true,
  "type" : [{
    "coding" : [{
      "system" : "http://hl7.org/fhir/us/ndh/CodeSystem/NdhOrgTypeCS",
      "code" : "fac",
      "display" : "Facility"
    }]
  }],
  "name" : "Burr Clinic",
  "telecom" : [{
    "system" : "phone",
    "value" : "(111)-222-3333",
    "rank" : 2
  },
  {
    "system" : "url",
    "value" : "https://www.burrclinic.com",
    "rank" : 1
  }],
  "address" : [{
    "line" : ["123 Main Street"],
    "city" : "Anytown",
    "state" : "CT",
    "postalCode" : "00014-1234"
  }],
  "contact" : [{
    "telecom" : [{
      "system" : "phone",
      "value" : "(111)-222-3333",
      "rank" : 1
    }]
  }]
}