Skip to content

Location

A physical location or premises that is insured or relevant to a policy. Used in property, GL, and other location-based coverages. Locations form the basis of a Statement of Values (SOV).

Structure

NameCard.TypeDescription
RLocationA physical location or premises that is insured or relevant to a policy.
resourceType1..1"Location"Fixed resource type discriminator
id0..1stringLogical id of this resource.
meta0..1MetaMetadata about the resource
status1..1active | inactiveWhether this location is currently active/insured
name0..1stringDescriptive name for this location
address1..1AddressPhysical address of the location
occupancy0..1CodeableConceptType of occupancy at this location. terminology
constructionType0..1CodeableConceptConstruction type (frame, masonry, fire-resistive, etc.) terminology
yearBuilt0..1numberYear the building was constructed.
yearRenovated0..1numberYear of last major renovation, if applicable.
squareFootage0..1QuantityTotal square footage
stories0..1numberNumber of stories
buildingValue0..1MoneyInsured value of the building/structure
contentsValue0..1MoneyInsured value of contents/inventory
businessIncomeValue0..1MoneyBusiness income / business interruption value
protectionClass0..1stringProtection class (ISO fire protection rating)
sprinklered0..1booleanWhether the location has fire sprinklers
fireAlarm0..1booleanWhether the location has a fire alarm system
securitySystem0..1booleanWhether the location has a security system
distanceToFireStation0..1numberDistance to nearest fire station in miles
distanceToHydrant0..1numberDistance to nearest fire hydrant in feet
floodZone0..1stringFlood zone designation (e.g., Zone A, Zone X)
windExposed0..1booleanWhether the location is in a wind/hurricane-prone area
insured0..1ReferenceReference to the insured who owns/occupies this location
policy0..1ReferenceReference to the policy covering this location
[ ]values0..*AssetValuationStructured asset valuations for this location.
dwellingType0..1CodeableConceptType of dwelling at this location. terminology
roofType0..1CodeableConceptRoof material type. terminology
roofYear0..1numberYear the roof was installed or last replaced.
roofShape0..1CodeableConceptRoof shape (gable, hip, flat, mansard, gambrel). terminology
plumbingType0..1CodeableConceptPlumbing material type (copper, PVC, PEX, galvanized, polybutylene). terminology
plumbingYear0..1numberYear the plumbing was installed or last updated.
heatingType0..1CodeableConceptHeating system type (forced-air, radiant, heat-pump, boiler, electric). terminology
heatingYear0..1numberYear the heating system was installed or last updated.
electricalType0..1CodeableConceptElectrical system type (circuit-breaker, fuse-box + amperage). terminology
electricalYear0..1numberYear the electrical system was installed or last updated.
foundationType0..1CodeableConceptFoundation type (slab, crawl-space, basement, piers, stilts). terminology
hasBasement0..1booleanWhether the dwelling has a basement
basementType0..1CodeableConceptBasement finish level. terminology
hasPool0..1booleanWhether the property has a swimming pool
poolType0..1CodeableConceptType of swimming pool. terminology
poolFenced0..1booleanWhether the pool area is fenced
fireplaces0..1numberNumber of fireplaces in the dwelling
detachedStructures0..1stringFree-text description of detached structures on the property
deadbolts0..1booleanWhether the dwelling has deadbolt locks
smokeDetectors0..1booleanWhether the dwelling has smoke detectors
waterLeakDetection0..1booleanWhether the dwelling has a water leak detection system
burglarAlarm0..1booleanWhether the dwelling has a burglar alarm
fireExtinguisher0..1booleanWhether the dwelling has fire extinguishers
backupGenerator0..1booleanWhether the dwelling has a backup generator
protectionClassCode0..1CodeableConceptProtection class (ISO fire protection rating). terminology
propertyCondition0..1CodeableConceptOverall physical condition of the property. terminology
sprinklerDetail0..1SprinklerDetailDetailed sprinkler system information (supplements the `sprinklered` boolean)
alarmType0..1CodeableConceptFire alarm classification. terminology
[ ]dogBreed0..*string[]Dog breeds present on the property
hasTrampoline0..1booleanWhether the property has a trampoline
[ ]lienholders0..*LienholderMortgage holders and other financial interest parties

Example

json
{
  "resourceType": "Location",
  "id": "loc-001",
  "status": "active",
  "name": "Main Manufacturing Plant",
  "address": {
    "line": [
      "123 Industrial Blvd"
    ],
    "city": "Hartford",
    "state": "CT",
    "postalCode": "06103"
  },
  "occupancy": {
    "coding": [
      {
        "code": "manufacturing",
        "display": "Manufacturing"
      }
    ]
  },
  "constructionType": {
    "coding": [
      {
        "code": "fire-resistive",
        "display": "Fire Resistive"
      }
    ]
  },
  "yearBuilt": 1995,
  "squareFootage": {
    "value": 50000,
    "unit": "sqft"
  },
  "buildingValue": {
    "value": 5000000,
    "currency": "USD"
  },
  "contentsValue": {
    "value": 2000000,
    "currency": "USD"
  }
}

JSON Schema

Full JSON Schema: Location.schema.json