{
  "resourceType" : "Organization",
  "id" : "BigBox",
  "meta" : {
    "lastUpdated" : "2020-07-07T13:26:22.0314215+00:00",
    "profile" : ["http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Organization"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated"
  },
  "active" : true,
  "type" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
      "version" : "2.0.1",
      "code" : "bus",
      "display" : "Non-Healthcare Business or Corporation"
    }]
  }],
  "name" : "Big Box Retailer",
  "telecom" : [{
    "extension" : [{
      "extension" : [{
        "url" : "daysOfWeek",
        "valueCode" : "mon"
      },
      {
        "url" : "daysOfWeek",
        "valueCode" : "tue"
      },
      {
        "url" : "daysOfWeek",
        "valueCode" : "wed"
      },
      {
        "url" : "daysOfWeek",
        "valueCode" : "thu"
      },
      {
        "url" : "daysOfWeek",
        "valueCode" : "fri"
      },
      {
        "url" : "availableStartTime",
        "valueTime" : "08:00:00"
      },
      {
        "url" : "availableEndTime",
        "valueTime" : "17:00:00"
      }],
      "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-contactpoint-availabletime"
    }],
    "system" : "phone",
    "value" : "(111)-222-3333",
    "rank" : 2
  },
  {
    "system" : "url",
    "value" : "https://www.bixboxretailer.com",
    "rank" : 1
  }],
  "address" : [{
    "line" : ["456 Main Street"],
    "city" : "Norwalk",
    "state" : "CT",
    "postalCode" : "00014-1234"
  }]
}