{

"resourceType": "Location",
"id": "ph",
"text": {
  "status": "generated",
  "div": "<div>Patient's Home</div>"
},
"status": "active",
"name": "Patient's Home",
"description": "Patient's Home",
"mode": "kind",
"type": {
  "coding": [
    {
      "system": "http://hl7.org/fhir/v3/RoleCode",
      "code": "PTRES",
      "display": "Patient's Residence"
    }
  ]
},
"physicalType": {
  "coding": [
    {
      "system": "http://hl7.org/fhir/location-physical-type",
      "code": "ho",
      "display": "House"
    }
  ]
},
"managingOrganization": {
  "reference": "Organization/f001"
}

}